home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tempdemo / docs / tdocs-prompts < prev    next >
Encoding:
Text File  |  1996-02-01  |  102.6 KB  |  3,022 lines

  1.  __________________________________________________________________________
  2.  __________________________________________________________________________
  3.  __________________________________________________________________________
  4.  
  5.          ___________      B B S    S O F T W A R E      ___________
  6.         /          /\_____ _______  _____________ _____/\          \
  7.        /__________/ /    //      /\/      /\     \\    \ \__________\
  8.        \ ___  ____\/    //      / /      /  \     \\    \/____  ___ /
  9.         V   \ \  /_____//______/ /______/    \_____\\_____\  / /   V
  10.         :    \ \ \  ___\\      \ \  ___ \    / ____// ____/ / /    .
  11.         .     \ \ \ \___ \ \  \ \ \ \__\ \  / /_\  / /___  / /     .
  12.                \ \ \  __\ \ \__\ \ \  ___/ / __/ \/___  / / /
  13.                 \ \ \ \____\ \  \ \ \ \   / /___\____/ / / /
  14.                  \_\/\_____\\_\/ \_\/\_\_/_____//_____/\/_/
  15.                    V       V  V    V   V V      V       V
  16.                    |       .  :    .   . |      :       .
  17.                    .          .    :     :      .       .
  18.  
  19.       /T\empest BBS v3.40 Defineable Prompts Documentation (c) 1993-96
  20.  
  21.                       (Revision Date: Janurary, 1996)
  22.  
  23.                             Author: Michael Bockert
  24.                      Documentation: Michael Bockert
  25.  
  26.  __________________________________________________________________________
  27.  __________________________________________________________________________
  28.  __________________________________________________________________________
  29.  
  30.  
  31.  o All lines can be up to 1024 characters long.
  32.  
  33.  o All ~ Tilde Codes supported.
  34.  
  35.  o All Ansi Codes supported.
  36.  
  37.  o \n = Return.
  38.  
  39.  o \b = Backspace.
  40.  
  41.  o \f = Clear Screen.
  42.  
  43.  o y/n prompts will automaticly have the [y/n] added to the end of the text.
  44.  
  45.  o !!!! IMPORTANT RULES TO LIVE BY !!!!
  46.  
  47.    1) If a prompt contains %d or %s, then they MUST be left in the prompt!
  48.    2) The order in which %d,%s are originaly must never be changed!  If there
  49.       there is a %d in front of a %s, then leave it that way!  You can change
  50.       the text in between them, but not the order.
  51.    3) NEVER end a prompt with the '\' key!!  Make sure that is never the case!
  52.  
  53.    If you disobey either of these 3 simple rules you will have problems!
  54.  
  55.    !!!! IMPORTANT RULES TO LIVE BY !!!!
  56.  
  57.  __________________________________________________________________________
  58.  
  59.  Line 1: The logon prompt that asks for the user's handle.
  60.  
  61. \nEnter your Hanlde: 
  62.  __________________________________________________________________________
  63.  
  64.  Line 2: The logon prompt that asks for the user's password.
  65.  
  66. ~n, Enter Password:
  67.  __________________________________________________________________________
  68.  
  69.  Line 3: The system password prompt.
  70.  
  71. Enter system password: 
  72.  __________________________________________________________________________
  73.  
  74.  Line 4: The new user password prompt.
  75.  
  76. Enter new user password: 
  77.  __________________________________________________________________________
  78.  
  79.  Line 5: The Sysop High Level Commands password prompt.
  80.  
  81. \nPassword Required for this command: 
  82.  __________________________________________________________________________
  83.  
  84.  Line 6: The Remote shell password prompt.
  85.  
  86. \nEnter remote shell password:
  87.  __________________________________________________________________________
  88.  
  89.  Line 7: The Local Access password prompt.
  90.  
  91. Enter Local Access password: 
  92.  __________________________________________________________________________
  93.  
  94.  Line 8: This is the Msg Menu Main prompt.
  95.  
  96. \n~SYSTEM  [~MA:~MN] Msg Area (~TR mins. left): 
  97.  __________________________________________________________________________
  98.  
  99.  Line 9: This is the File Menu Main prompt.
  100.  
  101. \n~SYSTEM  [~FA:~FN] File Area (~TR mins. left): 
  102.  __________________________________________________________________________
  103.  
  104.  Line 10: This is the Doors Area menu prompt.
  105.  
  106. \n[?=List] Doors Menu [RETURN=Quit]: 
  107.  __________________________________________________________________________
  108.  
  109.  Line 11: This is the Bulletins Area menu prompt.
  110.  
  111. \n[?=List] Bulletin Menu [RETURN=Quit]: 
  112.  __________________________________________________________________________
  113.  
  114.  Line 12: This is the File Listing (Normal Access) menu prompt.
  115.  
  116. (+,-,F,V,R,D,U,N,NS,?, 1-~LFILE): 
  117.  __________________________________________________________________________
  118.  
  119.  Line 13: This is the File Listing (Sysop Access) menu prompt.
  120.  
  121. (+,-,F,V,R,D,U,N,NS,?,K,M,C,E, 1-~LFILE): 
  122.  __________________________________________________________________________
  123.  
  124.  Line 14: This is the new user registration option menu prompt.
  125.  
  126. \nSelect [R,D,E,G]: 
  127.  __________________________________________________________________________
  128.  
  129.  Line 15: Ansi color question prompt with skip logon/logoff option on.
  130.  
  131. \n(S=Skip Logon/Logoff, R=RiP GfX) Do you want Color Graphics (Y/n,r,s): 
  132.  __________________________________________________________________________
  133.  
  134.  Line 16: Ansi color question prompt.
  135.  
  136. (R=RiP GfX) Do you want Color Graphics (Y/n,r): 
  137.  __________________________________________________________________________
  138.  
  139.  Line 17: Goodbye menu prompt with msg to next caller option on.
  140.  
  141. \n(GOODBYE!) [N]o, [M]sg to Next Caller, *[Y]es Hangup (hit return)!: 
  142.  __________________________________________________________________________
  143.  
  144.  Line 18: Goodbye menu prompt without msg to next caller option on.
  145.  
  146. \n(GOODBYE!) [N]o, *[Y]es Hangup NOW!!!!: 
  147.  __________________________________________________________________________
  148.  
  149.  Line 19: Enter reason for operator page prompt.
  150.  
  151. \n[Return to Abort] Enter Reason For Chat?: 
  152.  __________________________________________________________________________
  153.  
  154.  Line 20: Actual paging sysop prompt.
  155.  
  156. \n\nPaging Sysop (CTRL-C to Abort):
  157.  __________________________________________________________________________
  158.  
  159.  Line 21: Operator page turned off text.
  160.  
  161. \nOperator Page is turned off.\n\n
  162.  __________________________________________________________________________
  163.  
  164.  Line 22: BBS is waiting for a reserved caller message.
  165.  
  166. \nBBS is in Reserved Caller Mode.\n
  167.  __________________________________________________________________________
  168.  
  169.  Line 23: Reseting user's stats for first call of the day.
  170.  
  171. \n* First call today, reseting the daily stats. *\n\n
  172.  __________________________________________________________________________
  173.  
  174.  Line 24: Reseting Node stats for first call to that node for the day.
  175.  
  176. \n* First call to this node today, reseting node values...
  177.  __________________________________________________________________________
  178.  
  179.  Line 25: Msg Reading (Normal Commands only) menu prompt.
  180.  
  181. MsgRead Cmds (A,D,E,H,Q,R,S,TM,X) <CR>=~M@P (~M@D) (~M@F/~M@L,~M@C):
  182.  __________________________________________________________________________
  183.  
  184.  Line 26: Msg Reading (Sysop commands Only) menu prompt.
  185.  
  186. F>oward L>ock TA>race Author\n
  187.  __________________________________________________________________________
  188.  
  189.  Line 27: Account has been deleted message.
  190.  
  191. That account has been deleted.\n
  192.  __________________________________________________________________________
  193.  
  194.  Line 28: Logon message displaying minimum baud rate needed to logon new.
  195.  
  196. \n[NEW USERS] below ~L@N baud will not be accepted.\n
  197.  __________________________________________________________________________
  198.  
  199.  Line 29: Logon message displaying minimum baud rate to download this hour.
  200.  
  201. Callers below ~L@D baud will not be allowed to DOWNLOAD this hour.\n
  202.  __________________________________________________________________________
  203.  
  204.  Line 30: Logon message displaying minimum baud rate to upload this hour.
  205.  
  206. Callers below ~L@U baud will not be allowed to UPLOAD this hour.\n
  207.  __________________________________________________________________________
  208.  
  209.  Line 31: Logon message displaying minimum baud rate to connect this hour.
  210.  
  211. Callers below ~L@C baud will not be allowed to CONNECT this hour.\n
  212.  __________________________________________________________________________
  213.  
  214.  Line 32: Logon message displaying minimum access level to connect this hour.
  215.  
  216. Callers with a Security Level below ~L@S can't logon right now.\n\n
  217.  __________________________________________________________________________
  218.  
  219.  Line 33: Personal Mail Area menu prompt.
  220.  
  221. \nPersonal Mail Menu (E,C,R,O,G,Q,K,?):
  222.  __________________________________________________________________________
  223.  
  224.  Line 34: Scan Mail Menu prompt.
  225.  
  226. Scan Mail Menu [RETURN=Quit]:
  227.  __________________________________________________________________________
  228.  
  229.  Line 35: Last Transfer Menu prompt, just before starting a file transfer.
  230.  
  231. \n[Return] to Start, [G]oodbye After, [C]ountdown, [P]rotocol Change, [A]bort:
  232.  __________________________________________________________________________
  233.  
  234.  Line 36: Line Message Editor (Normal Access) Menu prompt.
  235.  
  236. Editor Cmds (A,C,D,E,F,I,L,N,Q,V,X,S,?):
  237.  __________________________________________________________________________
  238.  
  239.  Line 37: Line Message Editor (Sysop Access) Menu prompt.
  240.  
  241. NOT DONE YET
  242.  __________________________________________________________________________
  243.  
  244.  Line 38: File Mail Menu prompt.
  245.  
  246. \nFile Mail [C,S,V,L,Q,?]:
  247.  __________________________________________________________________________
  248.  
  249.  Line 39: Account Editor Main Menu prompt.
  250.  
  251. \n\n[RETURN]=Quit, [N]ew Users, [V]iew Application.\nUser Name or Account #:
  252.  __________________________________________________________________________
  253.  
  254.  Line 40: Account Editor User Menu prompt (Normal Editor Type).
  255.  
  256. E)xit, S)ave, R)eActivate, D)el, U)ndo, V)iew App <,>,+,-,?=>    \b\b\b
  257.  __________________________________________________________________________
  258.  
  259.  Line 41: Account Editor User Menu prompt (Edit Online User Type).
  260.  
  261. E)xit, S)ave, R)eActivate, D)el, U)ndo, V)iew App=>    \b\b\b
  262.  __________________________________________________________________________
  263.  
  264.  Line 42: Account Edit - View New User Application prompt.
  265.  
  266. \nView Application - Enter User Name or Number: 
  267.  __________________________________________________________________________
  268.  
  269.  Line 43: Account Edit - Terminal Settings Menu prompt.
  270.  
  271. Select: 
  272.  __________________________________________________________________________
  273.  
  274.  Line 44: Account Edit - Period Limits Menu prompt.
  275.  
  276. Select: 
  277.  __________________________________________________________________________
  278.  
  279.  Line 45: Account Edit - Period Info Menu prompt.
  280.  
  281. Select: 
  282.  __________________________________________________________________________
  283.  
  284.  Line 46: Account Edit - Totals Menu prompt.
  285.  
  286. Select: 
  287.  __________________________________________________________________________
  288.  
  289.  Line 47: Account Edit - Preset Selection Menu prompt.
  290.  
  291. Please enter Pre-Set # (1-16): 
  292.  __________________________________________________________________________
  293.  
  294.  Line 48: Pause prompt, hit return to continue.
  295.  
  296. (Paused)...[Hit Return]:
  297.  __________________________________________________________________________
  298.  
  299.  Line 49: More (Y/N/NS): prompt.
  300.  
  301. \nPaused: More (Y/n/ns): 
  302.  __________________________________________________________________________
  303.  
  304.  Line 50: End of yn prompt with default Yes.
  305.  
  306. ? [Y/n] 
  307.  __________________________________________________________________________
  308.  
  309.  Line 51: End of yn prompt with default No.
  310.  
  311. ? [y/N] 
  312.  __________________________________________________________________________
  313.  
  314.  Line 52: End of yn prompt with no default.
  315.  
  316. ? [y/n] 
  317.  __________________________________________________________________________
  318.  
  319.  Line 53: If operator page times out and the sysop does not enter chat.
  320.  
  321. \n\nThe Sysop is not available at this time, leave comment to sysop.\n
  322.  __________________________________________________________________________
  323.  
  324.  Line 54: Re-Enter handle, or continue to log on new.
  325.  
  326. \nWould you like to R)etry, or C)ontinue as a NEW USER [R/C]? 
  327.  __________________________________________________________________________
  328.  
  329.  Line 55: File Listing View Mode Menu prompt.
  330.  
  331. Selection (1-7,F,N): 
  332.  __________________________________________________________________________
  333.  
  334.  Line 56: Prepare for zmodem download message.
  335.  
  336. \n<*> Prepare for Zmodem Download ... `CTRL-X' to ABORT:\n
  337.  __________________________________________________________________________
  338.  
  339.  Line 57: Prepare for zmodem upload message
  340.  
  341. \n<*> Prepare for Zmodem Upload ... `CTRL-X' to ABORT:\n
  342.  __________________________________________________________________________
  343.  
  344.  Line 58: Prepare for Hydra Download/Upload.
  345.  
  346. \n<*> Prepare for Hydra Bi-Directional Download/Upload... `CTRL-X' to ABORT:\n
  347.  __________________________________________________________________________
  348.  
  349.  Line 59: Prepare for Hydra Upload.
  350.  
  351. \n<*> Prepare for Hydra Bi-Directional Upload... `CTRL-X' to ABORT:\n
  352.  __________________________________________________________________________
  353.  
  354.  Line 60: Scan Current area or Global Scan of files.
  355.  
  356. \nListings: (1-%d) (A)ll Sub Areas, (G)lobal All Areas, (Q)uit: 
  357.  __________________________________________________________________________
  358.  
  359.  Line 61: Tempest Door not found on disk.
  360.  
  361. \n(Tempest) Door not found on disk.\n
  362.  __________________________________________________________________________
  363.  
  364.  Line 62: Paragon Door not found on disk.
  365.  
  366. \n(Paragon) Door not found on disk.\n
  367.  __________________________________________________________________________
  368.  
  369.  Line 63: Arexx Door not found on disk.
  370.  
  371. \n(ARexx) Door not found on disk.\n
  372.  __________________________________________________________________________
  373.  
  374.  Line 64: Password prompt for password protected areas.
  375.  
  376. Password required to join this area: 
  377.  __________________________________________________________________________
  378.  
  379.  Line 65: Password prompt for password protected nodes.
  380.  
  381. Enter Node Password to enter this node: 
  382.  __________________________________________________________________________
  383.  
  384.  Line 66: User Settings Menu prompt.
  385.  
  386. Select Item # To Change (Return=Accept): 
  387.  __________________________________________________________________________
  388.  
  389.  Line 67: Terminal Settings Menu prompt.
  390.  
  391. \nSelect Item # To Change [Return=Exit]:
  392.  __________________________________________________________________________
  393.  
  394.  Line 68: User Settings - Enter Handle.
  395.  
  396. \nEnter an alias to use on here...: 
  397.  __________________________________________________________________________
  398.  
  399.  Line 69: User Settings - Enter Real Name.
  400.  
  401. \nEnter your Real Name............: 
  402.  __________________________________________________________________________
  403.  
  404.  Line 70: User Settings - Enter Address.
  405.  
  406. \nEnter your Street Address.......: 
  407.  __________________________________________________________________________
  408.  
  409.  Line 71: User Settings - Enter City.
  410.  
  411. \nEnter your City (Only!).........: 
  412.  __________________________________________________________________________
  413.  
  414.  Line 72: User Settings - Enter Postal Code.
  415.  
  416. \nEnter your Zip/Postal Code......: 
  417.  __________________________________________________________________________
  418.  
  419.  Line 73: User Settings - Enter Country Code.
  420.  
  421. \nEnter your Country Code.(?=List): 
  422.  __________________________________________________________________________
  423.  
  424.  Line 74: User Settings - Enter State Code.
  425.  
  426. \nEnter your State Code...(?=List): 
  427.  __________________________________________________________________________
  428.  
  429.  Line 75: User Settings - Enter Voice Phone Number.
  430.  
  431. \nEnter your Voice Phone Number...: 
  432.  __________________________________________________________________________
  433.  
  434.  Line 76: User Settings - Enter Data Phone Number.
  435.  
  436. \nEnter your Data Phone Number....: 
  437.  __________________________________________________________________________
  438.  
  439.  Line 77: User Settings - Enter Computer Type.
  440.  
  441. \nEnter your Computer Type........: 
  442.  __________________________________________________________________________
  443.  
  444.  Line 78: User Settings - Enter your sex.
  445.  
  446. \nAre you (M)ale or (F)emale......: 
  447.  __________________________________________________________________________
  448.  
  449.  Line 79: Password Entry - 1st input.
  450.  
  451. \nEnter a Password (4-15 chars)...: 
  452.  __________________________________________________________________________
  453.  
  454.  Line 80: Password Entry - 2nd input (verification).
  455.  
  456. Enter your Password again.......: 
  457.  __________________________________________________________________________
  458.  
  459.  Line 81: Enter BirthDate - Month.
  460.  
  461. Enter Month you were born on....: 
  462.  __________________________________________________________________________
  463.  
  464.  Line 82: Enter BirthDate - Day.
  465.  
  466. Enter Day you were born on......: 
  467.  __________________________________________________________________________
  468.  
  469.  Line 83: Enter BirthDate - Year.
  470.  
  471. Enter Year you were born on.....: 19
  472.  __________________________________________________________________________
  473.  
  474.  Line 84: Create Account - Enter Alias.
  475.  
  476. \nEnter Alias of User to Create...: 
  477.  __________________________________________________________________________
  478.  
  479.  Line 85: Create Account - Enter Name.
  480.  
  481. \nEnter RealName of User to Create: 
  482.  __________________________________________________________________________
  483.  
  484.  Line 86: Terminal Settings - Enter Screen Length.
  485.  
  486. \nEnter the number you see at the top of your screen: 
  487.  __________________________________________________________________________
  488.  
  489.  Line 87: Terminal Settings - Select Language.
  490.  
  491. \nSelect Language: 
  492.  __________________________________________________________________________
  493.  
  494.  Line 88: Terminal Settings - Enter Screen width.
  495.  
  496. \nEnter your Screen width [Default=79]: 
  497.  __________________________________________________________________________
  498.  
  499.  Line 89: Terminal Settings - Select Ansi Type Menu prompt.
  500.  
  501. \nSelect Ansi Type: 
  502.  __________________________________________________________________________
  503.  
  504.  Line 90: Entering Handle - Started with illegal character Error message.
  505.  
  506. Handle started with illegal character!\n
  507.  __________________________________________________________________________
  508.  
  509.  Line 91: Entering Handle - Entered handle is locked out, not allowed.
  510.  
  511. Sorry, you may not use that name on this system\n
  512.  __________________________________________________________________________
  513.  
  514.  Line 92: Entering Handle - Checking to see if handle exists.
  515.  
  516. Checking to see if name is already in use...\n
  517.  __________________________________________________________________________
  518.  
  519.  Line 93: Entering Handle - BBS is no longer accepting new users.
  520.  
  521. This board is no longer accepting new users.\n\n
  522.  __________________________________________________________________________
  523.  
  524.  Line 94: Entering Handle - Handle already exists error message.
  525.  
  526. This handle is already used!\n
  527.  __________________________________________________________________________
  528.  
  529.  Line 95: Entering Password - minimum characters error message.
  530.  
  531. Your password does not have enough characters, must be at least %d.\n
  532.  __________________________________________________________________________
  533.  
  534.  Line 96: Entering Password - Can not use password on system, locked out.
  535.  
  536. Sorry, you may not use that password on this system!\n
  537.  __________________________________________________________________________
  538.  
  539.  Line 97: Entering Password - Passwords did not match, re-enter.
  540.  
  541. Passwords did not match, Re-Enter!\n
  542.  __________________________________________________________________________
  543.  
  544.  Line 98: Creating Account - Display Account ID Number.
  545.  
  546. \nCreated Account ID: %d\n\n
  547.  __________________________________________________________________________
  548.  
  549.  Line 99: Please hold loading your language file xxxx.
  550.  
  551. \nPlease Hold, loading your language file, (%s)...
  552.  __________________________________________________________________________
  553.  
  554.  Line 100: Error loading language file.
  555.  
  556. \nError!, loading your language file, Notify Sysop!\n
  557.  __________________________________________________________________________
  558.  
  559.  Line 101: Download access now allowed in this area.
  560.  
  561. \nDownloads are not allowed in this area.\n
  562.  __________________________________________________________________________
  563.  
  564.  Line 102: User does not have download access to this area.
  565.  
  566. \nYou do not have 'Download Access' in this area\n
  567.  __________________________________________________________________________
  568.  
  569.  Line 103: User can not download at their baud rate.
  570.  
  571. \nYou can not download at your baud rate right now.\n\n
  572.  __________________________________________________________________________
  573.  
  574.  Line 104: Upload access is not allowed in this area.
  575.  
  576. \nUpload access is not allowed in this area.\n
  577.  __________________________________________________________________________
  578.  
  579.  Line 105: User does not have upload access to this area.
  580.  
  581. \nYou do not have 'Upload Access' in this area\n
  582.  __________________________________________________________________________
  583.  
  584.  Line 106: User can not upload at their baud rate.
  585.  
  586. \nYou can not upload at your baud rate right now.\n\n
  587.  __________________________________________________________________________
  588.  
  589.  Line 107: Invalid path for an Area's Files.
  590.  
  591. \nIncorrect File Area Path Defined!\n
  592.  __________________________________________________________________________
  593.  
  594.  Line 108: Can't open Door Ports, when using doors.
  595.  
  596. \nCan't Open Door Ports!\n
  597.  __________________________________________________________________________
  598.  
  599.  Line 109: Failed to open the rexxsyslib.library for Arexx doors.
  600.  
  601. \nRexxsyslib.library not found / opened.\n
  602.  __________________________________________________________________________
  603.  
  604.  Line 110: Zippy search / Scan file listing prompt.
  605.  
  606. Enter Search/Scan pattern [#%2d]: 
  607.  __________________________________________________________________________
  608.  
  609.  Line 111: CTRL-C to skip file areas during global searches.
  610.  
  611. \nCTRL-C to skip file areas.\n
  612.  __________________________________________________________________________
  613.  
  614.  Line 112: Searching Area xx - Area Name, Sub Area -- message.  This appears
  615.            during global scans.  Gives information on current area being
  616.            scanned.
  617.  
  618. \nSearching Area # %-2d %-25s, Sub %d -- 
  619.  __________________________________________________________________________
  620.  
  621.  Line 113: Zippy Search - Searching for %s (file).
  622.  
  623. \nSearching for: %s\n
  624.  __________________________________________________________________________
  625.  
  626.  Line 114: No Files message displayed when no files are found in a global
  627.            file scan/search.  This is displayed to the right of prompt #112. 
  628.  
  629. No Files Found\n
  630.  __________________________________________________________________________
  631.  
  632.  Line 115: Aborted search msg, displayed when user aborts a search on an
  633.            area during global file scan/search.  This is displayed to the
  634.            right of prompt # 112.  Also displayed in other areas of the bbs
  635.            as well.
  636.  
  637. Aborted\n
  638.  __________________________________________________________________________
  639.  
  640.  Line 116: No Matches displayed to the right of prompt #112 during global
  641.            zippy search scans.
  642.  
  643. No Matches\n
  644.  __________________________________________________________________________
  645.  
  646.  Line 117: Matches found msg, displayed to right of prompt #112, during
  647.            global zippy search scans when pattern matches are found.
  648.  
  649. Matches Found\n\n
  650.  __________________________________________________________________________
  651.  
  652.  Line 118: Found %s file (Yes/No/All/Done) selection prompt.  Used when using
  653.            wild card pattern matching to select files for download.
  654.  
  655. (%s) Found (%-12s  %7ld Bytes)  (Yes/No/Done): 
  656.  __________________________________________________________________________
  657.  
  658.  Line 119: Hard Drive space free for uploading of files.
  659.  
  660. \n%s MegaBytes Free on HD for uploading of files.\n
  661.  __________________________________________________________________________
  662.  
  663.  Line 120: Hard Drive space free that can be uploaded in one batch.
  664.  
  665. %s MegaBytes  Can be sent at one time.\n
  666.  __________________________________________________________________________
  667.  
  668.  Line 121: Not enough HD Space free for log entries.
  669.  
  670. \nNot Enough HD Space for Log Entries!\n
  671.  __________________________________________________________________________
  672.  
  673.  Line 122: Aborting Copy / Move because of not enough HD Space on
  674.            destination path.
  675.  
  676. \nAborting, Not enough HD Space Free!\n
  677.  __________________________________________________________________________
  678.  
  679.  Line 123: Aborting Message Entry, not enough hd space free.
  680.  
  681. \nNot Enough HD Space free for message entry!\n
  682.  __________________________________________________________________________
  683.  
  684.  Line 124: Goodbye after transfer with countdown abort option.
  685.            Make note of the 3 blank spaces at end of prompt, required.
  686.  
  687. \n[CTRL-C = Abort Hangup]  Will be Hanging up in:   
  688.  __________________________________________________________________________
  689.  
  690.  Line 125: Calling back and checking the users's previous uploaded files,
  691.            that did not go online from a lost carrier, to see if they have
  692.            already been uploaded.  If so this prompt is displayed.
  693.  
  694. \n\nSorry, File (%s) was already uploaded since your last call!\nDeleting file...\n
  695.  __________________________________________________________________________
  696.  
  697.  Line 126: Calling back and checking the user's previous uploaded files,
  698.            that did not go online from a lost carrier.  If the file is 
  699.            currently being uploaded on another node, this prompt is displayed.
  700.  
  701. \n\nSorry, File (%s) is being uploaded on another node!\nMoving file back to resume...\n
  702.  __________________________________________________________________________
  703.  
  704.  Line 127: Lost carrier, moving files for future call.
  705.  
  706. \nLost Carrier, move files for future call!\n
  707.  __________________________________________________________________________
  708.  
  709.  Line 128: You may not include any special DOS symbols.
  710.  
  711. \nYou may not include any special DOS symbols!\n
  712.  __________________________________________________________________________
  713.  
  714.  Line 129: Uploaded filename too long - Filename is prompt.
  715.  
  716. \nFilename is: %s\n
  717.  __________________________________________________________________________
  718.  
  719.  Line 130: Uploaded filename too long - Information / Rules prompt.
  720.  
  721. \nFileName must be 2-%d characters, No spaces, Illegal keys (,:;/#?*+).\n
  722.  __________________________________________________________________________
  723.  
  724.  Line 131: Uploaded filename too long Template.
  725.  
  726.                       [----+----*----+----*----+----*]
  727.  __________________________________________________________________________
  728.  
  729.  Line 132: Uploaded filename too long - Actual input prompt.
  730.  
  731. Enter New File Name -->
  732.  __________________________________________________________________________
  733.  
  734.  Line 133: Upload resume file check, no files to resume message.
  735.  
  736. There are no files to resume.\n
  737.  __________________________________________________________________________
  738.  
  739.  Line 134: Upload resume file handle prompt - Partial filename.
  740.  
  741. \nPartial Uploaded File: [%s] %s Bytes\n
  742.  __________________________________________________________________________
  743.  
  744.  Line 135: Upload resume file handle prompt - Options prompt.
  745.  
  746. (D)elete, (L)ist Partial Files, (S)kip to next file: 
  747.  __________________________________________________________________________
  748.  
  749.  Line 136: Deleting file %s.
  750.  
  751. Deleting file -> %s\n
  752.  __________________________________________________________________________
  753.  
  754.  Line 137: Resumealbe files listing - Title.
  755.  
  756. \nYour resumeable files list:\n\n
  757.  __________________________________________________________________________
  758.  
  759.  Line 138: Resumeable files listing - header. 
  760.  
  761.    Bytes  FileName\n========--====================\n
  762.  __________________________________________________________________________
  763.  
  764.  Line 139: Resumeable files listing - actual line in list.
  765.            %d = filesize of entry, %s = filename.
  766.  
  767. %8ld  %s\n
  768.  __________________________________________________________________________
  769.  
  770.  Line 140: Please wait, executing upload script file after an upload.
  771.  
  772. \n\n-- Please Wait, running upload script. ---\n\n
  773.  __________________________________________________________________________
  774.  
  775.  Line 141: Time Awarded for uploads at 150% : xxx Mins Gained.
  776.  
  777. \nTime Awarded for Uploads at %d%  : %ld Mins Gained\n
  778.  __________________________________________________________________________
  779.  
  780.  Line 142: Upload Filename entry - Hit return to start uploading prompt.
  781.  
  782. \nHit the [RETURN] Key by itself to start the transfer!\n
  783.  __________________________________________________________________________
  784.  
  785.  Line 143: Upload filename entry - Actual filename input prompt.
  786.  
  787. Filename #%d: 
  788.  __________________________________________________________________________
  789.  
  790.  Line 144: Upload filename entry - Filename too small error message.
  791.  
  792. FileName must be at least 2 characters\n
  793.  __________________________________________________________________________
  794.  
  795.  Line 145: Upload filename entry - Filename already exists error.
  796.  
  797. \nSorry, that filename already exists\n\n
  798.  __________________________________________________________________________
  799.  
  800.  Line 146: Upload Goodbye - Note that files will go online if they have been
  801.            pre-defined or contain file_id.
  802.  
  803. \nUploads will go online, if you pre-defined descriptions or they contain fileid.\n
  804.  __________________________________________________________________________
  805.  
  806.  Line 147: Entering Descriptions - Length/width allowed to be entered.
  807.  
  808. \nEnter a description, you have %d lines x 44 characters across.\n
  809.  __________________________________________________________________________
  810.  
  811.  Line 148: Entering Descriptions - Method of making file private and sending
  812.            it to the sysop.
  813.  
  814. Begin Description with '/' for a Private Upload.\n
  815.  __________________________________________________________________________
  816.  
  817.  Line 149: Entering Descriptions - Guide bar above description editor.
  818.  
  819. \n                               [----+----*----+----*----+----*----+----*----]\n
  820.  __________________________________________________________________________
  821.  
  822.  Line 150: Backing up to xx line.  Used in editors when the user backspaces
  823.            up to previous line.
  824.  
  825. \nBacking up to Line#%d
  826.  __________________________________________________________________________
  827.  
  828.  Line 151: File_ID Detection - Too large for editor, manualy type
  829.            description.
  830.  
  831. \nAuto Description found but is over %d lines.  Use above to Edit!\n
  832.  __________________________________________________________________________
  833.  
  834.  Line 152: File_ID Detection - Inform that file contains file_id.
  835.  
  836. \n\nAuto Description found on uploaded file: %s\n
  837.  __________________________________________________________________________
  838.  
  839.  Line 153: File_ID Detection - Ask if user wants to use file_id or not.
  840.  
  841. \nWould you like to use Automatic Description [Y/n]: 
  842.  __________________________________________________________________________
  843.  
  844.  Line 154: File_ID Detection - Auto Using File_ID file.
  845.  
  846. \nUsing Auto Description!\n
  847.  __________________________________________________________________________
  848.  
  849.  Line 155: File_ID Detection - File_ID Ansi Stripping Active.
  850.  
  851. Auto Description Ansi Striping Active!\n
  852.  __________________________________________________________________________
  853.  
  854.  Line 156: File_ID Creation - Inform that file does not contain file_id.
  855.  
  856. \n\nAuto Description not found on uploaded file: %s\n
  857.  __________________________________________________________________________
  858.  
  859.  Line 157: File_ID Creation - Ask if user wants to have the bbs add a
  860.            file_id to the file using the description they just entered.
  861.  
  862. \nWould you like to Create/Add Auto Description [Y/n]: 
  863.  __________________________________________________________________________
  864.  
  865.  Line 158: File_ID Creation - Automatic creation of file_id message.
  866.  
  867. \nCreating/Adding Auto Description....
  868.  __________________________________________________________________________
  869.  
  870.  Line 159: Select Upload File Type - Public, Sysop Only, Password Protect.
  871.  
  872. \n[P]ublic File, [S]ysop Only, [L]ock w/Password (FileName:%s): 
  873.  __________________________________________________________________________
  874.  
  875.  Line 160: Password protect an uploaded file prompt.
  876.  
  877. Enter password for this file: 
  878.  __________________________________________________________________________
  879.  
  880.  Line 161: Password protection of files is disabled.
  881.  
  882. Sysop has disabled password protecting of files.\n
  883.  __________________________________________________________________________
  884.  
  885.  Line 162: File Mail - Input prompt to enter user to send file to.
  886.  
  887. \n(RETURN = Last Prompt) Send File to which User: 
  888.  __________________________________________________________________________
  889.  
  890.  Line 163: Checking user account file.  Usually when checking for a match.
  891.            Used in File Mail to a user.
  892.  
  893. \nChecking user log.\n
  894.  __________________________________________________________________________
  895.  
  896.  Line 164: User does not exist in user account file.
  897.  
  898. \nUser does not Exist.\n
  899.  __________________________________________________________________________
  900.  
  901.  Line 165: Archive Checking - Please hold, checking archive message.
  902.  
  903. \nPlease hold, checking the file structure...\n
  904.  __________________________________________________________________________
  905.  
  906.  Line 166: Archive Checking - Bad Archive Message.
  907.  
  908. Failed!\nArchive is Corupt!, Moving to Bad Archives Dir!\n\n
  909.  __________________________________________________________________________
  910.  
  911.  Line 167: Local Uploading - Support Info.
  912.  
  913. \n\n(Wild Cards Supported)\n
  914.  __________________________________________________________________________
  915.  
  916.  Line 168: Local Uploading - Actual path+filename input prompt.
  917.  
  918. (Return=Quit) Local Upload, (path+filename): 
  919.  __________________________________________________________________________
  920.  
  921.  Line 169: Path now allowed by sysop through sys_vol.opt file.
  922.  
  923. Sorry, the sysop has not allowed this path to be used.\n
  924.  __________________________________________________________________________
  925.  
  926.  Line 170: Local Uploading - Found wild card match prompt.  Yes/No/Done
  927.            Filename found, filesize.
  928.  
  929. \nFound [%25s] Size [%8ld]: Yes/No/Done: 
  930.  __________________________________________________________________________
  931.  
  932.  Line 171: Local Uploading - Copy/Move/Neither/Abort Prompt.
  933.  
  934. \n(C)opy File, (M)ove File, (N)either Post It, (A)bort: 
  935.  __________________________________________________________________________
  936.  
  937.  Line 172: Local Uploading - Copy/Move Failed .. Aborting message.
  938.  
  939. \nCopy/Move Failed...Aborting!\n
  940.  __________________________________________________________________________
  941.  
  942.  Line 173: Hangup / Terminate Connection - Caller Logon/Logoff Info.
  943.                     User Handle, Logon/Logoff Time, Time Online.
  944.  
  945. %-23.23s (ON:%s - OFF:%s) %3ld Minute(s).\n
  946.  __________________________________________________________________________
  947.  
  948.  Line 174: Hangup / Terminate Connection - Divider bar.
  949.  
  950. --------------------------------------------------------------------\n
  951.  __________________________________________________________________________
  952.  
  953.  Line 175: Hangup / Terminate Connection - Termination message.
  954.  
  955. Terminating Connection!\n
  956.  __________________________________________________________________________
  957.  
  958.  Line 176: Hangup / Terminate Connection - Modem did not hang up and sysop
  959.            has force logoff on and modem still has not hung up.
  960.  
  961. \nThe Modem didn't Disconnect correctly, Please Drop Carrier.\n
  962.  __________________________________________________________________________
  963.  
  964.  Line 177: System Logon Password - Wrong Password entered error message.
  965.  
  966. \nWrong.\n
  967.  __________________________________________________________________________
  968.  
  969.  Line 178: Connection To BBS - BBS Name & Location Display.
  970.            First %s = BBS Name, 2nd = BBS Location.
  971.  
  972. \nWelcome to %s, located in %s\n
  973.  __________________________________________________________________________
  974.  
  975.  Line 179: Connection To BBS - Tempest BBS Software / Version / Copyright info
  976.            %s = Version and date of Tempest.
  977.            DON'T YOU DARE!  EDIT THIS ONE!
  978.  
  979. /T\empest BBS Software v%s (c) 1990-1994\n
  980.  __________________________________________________________________________
  981.  
  982.  Line 180: Connection To BBS - Connect Buad, Line x of x, Date, Time.
  983.  
  984. Connecting @ %d Baud to Line %d of %d at %s on %s\n
  985.  __________________________________________________________________________
  986.  
  987.  Line 181: Connection To BBS - User Baud Rate too slow, not allowed.
  988.  
  989. \nYour Baud Rate is too slow.\n
  990.  __________________________________________________________________________
  991.  
  992.  Line 182: Enter Handle - Account problems / out of range.
  993.  
  994. That account has file problems/is out of range\n
  995.  __________________________________________________________________________
  996.  
  997.  Line 183: Enter Password - User password failure message.
  998.  
  999. \n(Password Failure)\n\n
  1000.  __________________________________________________________________________
  1001.  
  1002.  Line 184: BBS is in reserve mode, waiting for a caller, call back later.
  1003.  
  1004. \nBBS is reserved for a caller, call back later.\n
  1005.  __________________________________________________________________________
  1006.  
  1007.  Line 185: Login - User security is lower than node's minimum level.
  1008.  
  1009. Your Security Level is lower than this node's minimum level!\n
  1010.  __________________________________________________________________________
  1011.  
  1012.  Line 186: Login - Inform user of any failed password attempts on their
  1013.            account.
  1014.  
  1015. \nYou have had %d failed password attempts since your last valid call.\n\n
  1016.  __________________________________________________________________________
  1017.  
  1018.  Line 187: Login - User Locked out prompt.
  1019.  
  1020. \nYou have been Locked out of the bbs!\n
  1021.  __________________________________________________________________________
  1022.  
  1023.  Line 188: Msg To Next Caller - Greetings from: User Name.
  1024.  
  1025. Greetings from: %s\n
  1026.  __________________________________________________________________________
  1027.  
  1028.  Line 189: Msg To Next Caller - Time & Date msg was posted.
  1029.  
  1030. Date/Time sent: %s\n
  1031.  __________________________________________________________________________
  1032.  
  1033.  Line 190: Msg To Next Caller - Sysop Sent By: %s display, in case the msg
  1034.            was posted anonymously.
  1035.  
  1036. Msg Sent By: %s\n
  1037.  __________________________________________________________________________
  1038.  
  1039.  Line 191: Login - Checking Flagged Files Msg.
  1040.  
  1041. Checking Flagged Files...: 
  1042.  __________________________________________________________________________
  1043.  
  1044.  Line 192: Login - Checking Flagged Files Msg - Found %d Flagged Files(s).
  1045.  
  1046. Found %d Flagged File(s)!\n
  1047.  __________________________________________________________________________
  1048.  
  1049.  Line 193: None Found Prompt.
  1050.  
  1051. None Found.\n
  1052.  __________________________________________________________________________
  1053.  
  1054.  Line 194: Login - Scanning For File Mail.
  1055.  
  1056. Scanning File Mail.......: 
  1057.  __________________________________________________________________________
  1058.  
  1059.  Line 195: Login - Checking for aborted uploads.
  1060.  
  1061. Aborted Uploads Check....: 
  1062.  __________________________________________________________________________
  1063.  
  1064.  Line 196: y/n prompt: Login - Checking for aborted uploads, found files,
  1065.            view them.
  1066.  
  1067. Found %d file(s), View them
  1068.  __________________________________________________________________________
  1069.  
  1070.  Line 197: Login - Check for uploads without descriptions.
  1071.  
  1072. Upload w/out Description.: 
  1073.  __________________________________________________________________________
  1074.  
  1075.  Line 198: Login - Scanning for your personal mail...
  1076.  
  1077. \nScanning for your personal mail...
  1078.  __________________________________________________________________________
  1079.  
  1080.  Line 199: ( NOT USED AT MOMENT )
  1081.  
  1082.  
  1083.  __________________________________________________________________________
  1084.  
  1085.  Line 200: ( NOT USED AT MOMENT )
  1086.  
  1087.  
  1088.  __________________________________________________________________________
  1089.  
  1090.  Line 201: ( NOT USED AT MOMENT )
  1091.  
  1092.  
  1093.  __________________________________________________________________________
  1094.  
  1095.  Line 202: Msg Area Scan - Message Info Title Info.
  1096.  
  1097. \n\nMsg Area   From                           Subject                         MSG #\n
  1098.  __________________________________________________________________________
  1099.  
  1100.  Line 203: Msg Area Scan - Message Info Title Bar.
  1101.  
  1102. =========  ============================== ============================== ======\n
  1103.  __________________________________________________________________________
  1104.  
  1105.  Line 204: Msg Area Scan - Actuall Message Info.
  1106.            Msg Type, From, Subject, Msg #
  1107.  
  1108. %-9s  %-30s %-30s %6s\n
  1109.  __________________________________________________________________________
  1110.  
  1111.  Line 205: y/n prompt: Msg Area Scan - Do you want to read your mail now yn
  1112.            prompt.
  1113.  
  1114. \nDo you want to read your mail now
  1115.  __________________________________________________________________________
  1116.  
  1117.  Line 206: Join Area Msg Info - Msg Area Number / Name
  1118.  
  1119. \nArea %d: %s\n\n
  1120.  __________________________________________________________________________
  1121.  
  1122.  Line 207: Join Area Msg Info - Highest Msg #.
  1123.  
  1124. Highest Msg  : %-5d\n
  1125.  __________________________________________________________________________
  1126.  
  1127.  Line 208: Join Area Msg Info - Last Msg Read.
  1128.  
  1129. Last Msg Read: %-5d\n
  1130.  __________________________________________________________________________
  1131.  
  1132.  Line 209: Join Area Msg Info - New Messages.
  1133.  
  1134. New Messages : %-5d\n
  1135.  __________________________________________________________________________
  1136.  
  1137.  Line 210: There are no messages in this area.
  1138.  
  1139. \nThere are no messages in this area
  1140.  __________________________________________________________________________
  1141.  
  1142.  Line 211: Global Msg Scan - Any New messages in xx area.
  1143.  
  1144. Any New Messages in Area %2d %-26s --- 
  1145.  __________________________________________________________________________
  1146.  
  1147.  Line 212: Global Msg Scan - Found mail.  This is printed to right of 
  1148.            prompt # 211.
  1149.  
  1150. Found Some!\n
  1151.  __________________________________________________________________________
  1152.  
  1153.  Line 213: Global Msg Scan - Contine to search for new messages in other
  1154.            areas yn prompt,  [y/n] info is auto added to prompt by bbs.
  1155.  
  1156. \n-CONTINUE- Global Search for New Messages
  1157.  __________________________________________________________________________
  1158.  
  1159.  Line 214: Global Msg Scan - Global Scan is not complete message.
  1160.  
  1161. \nNew Message Search is now Completed.
  1162.  __________________________________________________________________________
  1163.  
  1164.  Line 215: New User Password entry - Password Failure message.
  1165.  
  1166. \nWrong.\n
  1167.  __________________________________________________________________________
  1168.  
  1169.  Line 216: New User - Inform new user of their ID Number.
  1170.  
  1171. \nYour User ID: %d\n\n
  1172.  __________________________________________________________________________
  1173.  
  1174.  Line 217: New User - Prompt users that they can edit their Terminal Settings.
  1175.  
  1176. \nYou may change these options pertaining to your account\n\n
  1177.  __________________________________________________________________________
  1178.  
  1179.  Line 218: New User - New user script questions - Not enough input error.
  1180.  
  1181. Not enough input, must be at least %d characters\n
  1182.  __________________________________________________________________________
  1183.  
  1184.  Line 219: Skipped Duplicate Uploads Count Message.
  1185.  
  1186. %d of the file(s) you attempted to upload already is on the system.\n
  1187.  __________________________________________________________________________
  1188.  
  1189.  Line 220: Valid Path Check Error - Invalid Path Entered
  1190.  
  1191. \nInvalid Device!\n
  1192.  __________________________________________________________________________
  1193.  
  1194.  Line 221: Main Menu Prompt Header - Number of flagged files.
  1195.  
  1196. (%d File(s) Flagged) 
  1197.  __________________________________________________________________________
  1198.  
  1199.  Line 222: Main Menu Prompt Header - Number of files in File Mail.
  1200.  
  1201. (%d File(s) of File Mail Waiting)
  1202.  __________________________________________________________________________
  1203.  
  1204.  Line 223: Operator Page - Max pages exceeded for this call.
  1205.  
  1206. \nMax pages exceeded for this call, leave mail to sysop.\n"
  1207.  __________________________________________________________________________
  1208.  
  1209.  Line 224: Timeout sleep warning message.
  1210.  
  1211. \n\n30 secs till sleep logoff\n
  1212.  __________________________________________________________________________
  1213.  
  1214.  Line 225: There is no message base for this area error message.
  1215.  
  1216. Sorry, there is no message base for this area.\n
  1217.  __________________________________________________________________________
  1218.  
  1219.  Line 226: There is no file base for this area error message.
  1220.  
  1221. Sorry, there is no file base for this area.\n
  1222.  __________________________________________________________________________
  1223.  
  1224.  Line 227: You do not have access to any message bases.
  1225.  
  1226. You do not have access to any msg bases!\n
  1227.  __________________________________________________________________________
  1228.  
  1229.  Line 228: You do not have access to any file bases.
  1230.  
  1231. You do not have access to any file bases!\n
  1232.  __________________________________________________________________________
  1233.  
  1234.  Line 229: Invisible - You are not invisible from who display's.
  1235.  
  1236. \nNow Invisible to other nodes.\n
  1237.  __________________________________________________________________________
  1238.  
  1239.  Line 230: Invisible - You are now visible to who display's.
  1240.  
  1241. \nNow Visible to other nodes.\n
  1242.  __________________________________________________________________________
  1243.  
  1244.  Line 231: Mute - You are now mute from receiving internode messages.
  1245.  
  1246. \nNow Mute from receiving internode messages.\n
  1247.  __________________________________________________________________________
  1248.  
  1249.  Line 232: Mute - You are now able to receive internode messages.
  1250.  
  1251. \nNow able to receive internode messages.\n
  1252.  __________________________________________________________________________
  1253.  
  1254.  Line 233: Incorrect Resume Files Path Defined!
  1255.  
  1256. \nIncorrect Resume Files Path Defined!\n
  1257.  __________________________________________________________________________
  1258.  
  1259.  Line 234: Incorrect Bad Archives Path Defined!
  1260.  
  1261. \nIncorrect Bad Archives Path Defined!\n
  1262.  __________________________________________________________________________
  1263.  
  1264.  Line 235: Incorrect Upload Work Path Defined!
  1265.  
  1266. \nIncorrect Upload Work Path Defined!\n
  1267.  __________________________________________________________________________
  1268.  
  1269.  Line 236: Logon with created account for the first time.  This prompt is
  1270.            displayed if the Warn-CreatedAccount file is not found.
  1271.  
  1272. \nYour Account was auto created, enter in correct data!\n
  1273.  __________________________________________________________________________
  1274.  
  1275.  Line 237: When user tries to edit their own account while Temporary Sysop
  1276.            Access is on.
  1277.  
  1278. \nTemporary sysop access on, changes will NOT be saved!\n
  1279.  __________________________________________________________________________
  1280.  
  1281.  Line 238: 'DIR' command prompt for listing a directory listing of a path.
  1282.  
  1283. \nEnter Path for Dir Listing: 
  1284.  __________________________________________________________________________
  1285.  
  1286.  Line 239: View Logs - View which kind of log propmt.
  1287.  
  1288. \n[Return=Exit] View which kind of log: 
  1289.  __________________________________________________________________________
  1290.  
  1291.  Line 240: View Logs - View which node's log prompt.
  1292.  
  1293. \nSelect Node Number: 
  1294.  __________________________________________________________________________
  1295.  
  1296.  Line 241: View Logs - View Personal log for which user prompt.
  1297.  
  1298. \nEnter Users Name: 
  1299.  __________________________________________________________________________
  1300.  
  1301.  Line 242: Test Door Command - Enter path of door to test prompt.
  1302.  
  1303. \nEnter Path+Name of Door to test: 
  1304.  __________________________________________________________________________
  1305.  
  1306.  Line 243: Test Door Command - Warning msg of entering an invalid door type.
  1307.  
  1308. \n*WARNING* Failure to enter proper Door Type will crash the system!\n
  1309.  __________________________________________________________________________
  1310.  
  1311.  Line 244: Test Door Command & View Text - Select Door Type Prompt.
  1312.  
  1313. \n[T]empest, [P]aragon, [R]exx, [D]os, [V]iew Text, [A]bort: 
  1314.  __________________________________________________________________________
  1315.  
  1316.  Line 245: Running Dos Command Message.
  1317.  
  1318. \nRun a Dos Command!\n
  1319.  __________________________________________________________________________
  1320.  
  1321.  Line 246: Run Dos Command to run prompt.
  1322.  
  1323. Enter Dos Command: 
  1324.  __________________________________________________________________________
  1325.  
  1326.  Line 247: Dos Door not found on disk error msg.
  1327.  
  1328. \n(DOS) Door not found on disk.\n
  1329.  __________________________________________________________________________
  1330.  
  1331.  Line 248: Online Account Editing - Please Hold Prompt.
  1332.  
  1333. \nPlease Hold...
  1334.  __________________________________________________________________________
  1335.  
  1336.  Line 249: Done with return, used in many locations.
  1337.  
  1338. Done.\n
  1339.  __________________________________________________________________________
  1340.  
  1341.  Line 250: File Listings - Too high of a number entered for current file
  1342.            listing.
  1343.  
  1344. Too high of a number (MAX:%d)\n
  1345.  __________________________________________________________________________
  1346.  
  1347.  Line 251: File Listings - Returning back to file listings msg.  Seen when
  1348.            returning to file listings after a file transfer.
  1349.  
  1350. \nReturning back to file listings.\n
  1351.  __________________________________________________________________________
  1352.  
  1353.  Line 252: Viewing file listing is not allowed in this area error msg.
  1354.  
  1355. \nViewing File Lists are now allowed in this area.\n
  1356.  __________________________________________________________________________
  1357.  
  1358.  Line 253: New File Scan from Date - Prompt Header.
  1359.  
  1360.                                                   [mm-dd-yy]\n
  1361.  __________________________________________________________________________
  1362.  
  1363.  Line 254: New File Scan from Date - Enter Date prompt.
  1364.  
  1365. [? = Menu] Date to search from (Default=%s): 
  1366.  __________________________________________________________________________
  1367.  
  1368.  Line 255: Searching for new files from date msg.
  1369.  
  1370. \nScanning for new files from this date: %s\n
  1371.  __________________________________________________________________________
  1372.  
  1373.  Line 256: Skipping to next area msg when CTRL-C is entered during global
  1374.            area scans.
  1375.  
  1376. \nCTRL-C, skipping to next area. (if in global search)\n
  1377.  __________________________________________________________________________
  1378.  
  1379.  Line 257: File Mail - No files found in file mail msg.
  1380.  
  1381. \nNo files found in F-Mail.\n\n
  1382.  __________________________________________________________________________
  1383.  
  1384.  Line 258: View Text File - Sysop access granted to view by any path msg.
  1385.  
  1386. (Sysop View by Path Allowed)\n
  1387.  __________________________________________________________________________
  1388.  
  1389.  Line 259: View Text File - Enter file # / Name to view prompt.
  1390.  
  1391. Enter File # or Name to Read/View Text: 
  1392.  __________________________________________________________________________
  1393.  
  1394.  Line 260: View Text File - File contains binary characters error msg.
  1395.  
  1396. \n\nFile contains binary characters.\n
  1397.  __________________________________________________________________________
  1398.  
  1399.  Line 261: Sysop Download - Select Path+File name prompt.
  1400.  
  1401. Enter Path+Filename to download:
  1402.  __________________________________________________________________________
  1403.  
  1404.  Line 262: Sysop Download - Found match and shows filesize and total selected
  1405.            bytes so far.
  1406.  
  1407. (%d) Name: %-20s Size: %-7ld  Total Bytes: %-9ld\n
  1408.  __________________________________________________________________________
  1409.  
  1410.  Line 263: Sysop Download - Select individual or all matches prompt.
  1411.  
  1412. (S)elect individual files, (A)ll matches of the Wild Card: 
  1413.  __________________________________________________________________________
  1414.  
  1415.  Line 264: Sysop Download - Yes/No/All/Done prompt.
  1416.  
  1417. <*> Yes/No/Done: 
  1418.  __________________________________________________________________________
  1419.  
  1420.  Line 265: Local Downloading - Inform that local downloading is being
  1421.            performed.
  1422.  
  1423. \nLocal Download files to a path!\n
  1424.  __________________________________________________________________________
  1425.  
  1426.  Line 266: Local Downloading - Enter Path+Filename to copy files to prompt.
  1427.  
  1428. \nEnter path to copy files to: 
  1429.  __________________________________________________________________________
  1430.  
  1431.  Line 267: Change Upload/Download/Both Protocol types prompt.
  1432.  
  1433. \nChange (U)pload Protocol, (D)ownload Protocol, (B)oth: 
  1434.  __________________________________________________________________________
  1435.  
  1436.  Line 268: Select which protocol to change to prompt.
  1437.  
  1438. \nSelect Protocol Choice: 
  1439.  __________________________________________________________________________
  1440.  
  1441.  Line 269: Join Conference - Join Which area prompt.
  1442.  
  1443. \nJoin which Area: 
  1444.  __________________________________________________________________________
  1445.  
  1446.  Line 270: Time Bar Prompt - Current Time & Online Time.
  1447.  
  1448. \nCurrently %s, Online %ld:%s, 
  1449.  __________________________________________________________________________
  1450.  
  1451.  Line 271: Time Bar Prompt - Normal Time Remaining, to right of prompt 270.
  1452.  
  1453. Remaining %ld:%s\n
  1454.  __________________________________________________________________________
  1455.  
  1456.  Line 272: Time Bar Prompt - Warning - Under 5 Minutes remaining, to right
  1457.            of prompt 270.
  1458.  
  1459. WARNING: %d Mins Remaining!\n
  1460.  __________________________________________________________________________
  1461.  
  1462.  Line 273: Time Display - Current Time is: prompt.
  1463.  
  1464. Current Time: %s\n
  1465.  __________________________________________________________________________
  1466.  
  1467.  Line 274: Time Display - Logon Time is: prompt.
  1468.  
  1469.   Login Time: %s\n\n
  1470.  __________________________________________________________________________
  1471.  
  1472.  Line 275: Time Display - Time Online / Mins remaining prompt.
  1473.  
  1474.  Time Online: %d Mins (%d mins remaining)\n
  1475.  __________________________________________________________________________
  1476.  
  1477.  Line 276: Copy/Move File - No Destination Path given error msg.
  1478.  
  1479. No Destination Path Given\n
  1480.  __________________________________________________________________________
  1481.  
  1482.  Line 277: Copy/Move File - Error renaming file msg.
  1483.  
  1484. \nProblem, tried to rename file 10 times.\n
  1485.  __________________________________________________________________________
  1486.  
  1487.  Line 278: Copy/Move File - Actual moving file msg showing paths.  Only
  1488.            visible if sysop has this display turned on.
  1489.  
  1490. \nMoving [%s] to [%s]\n
  1491.  __________________________________________________________________________
  1492.  
  1493.  Line 279: Copy/Move File - Moving file msg if paths display is shut off.
  1494.  
  1495. \nMoving a file.\n
  1496.  __________________________________________________________________________
  1497.  
  1498.  Line 280: Copy/Move File - Sourc file not found on disk error msg.
  1499.  
  1500. \nSOURCE file not found on DISK.\n\n
  1501.  __________________________________________________________________________
  1502.  
  1503.  Line 281: Copy/Move File - Unable to create destination file.
  1504.  
  1505. Unable to create destination file.\n
  1506.  __________________________________________________________________________
  1507.  
  1508.  Line 282: Copy/Move File - Actual copying file msg showing paths.  Only
  1509.            visible if syosp has this display turned on.
  1510.  
  1511. \nCopying [%s] to [%s]\n
  1512.  __________________________________________________________________________
  1513.  
  1514.  Line 283: Copy/Move File - Copying file msg if paths display is shut off.
  1515.  
  1516. \nCopying a file.\n
  1517.  __________________________________________________________________________
  1518.  
  1519.  Line 284: Copy/Move File - The character(s) displayed everytime part of a
  1520.            file is copied.
  1521.  
  1522. .
  1523.  __________________________________________________________________________
  1524.  
  1525.  Line 285: Copy/Move File - Error while reading file.
  1526.  
  1527. \nERROR while reading from %s!\n
  1528.  __________________________________________________________________________
  1529.  
  1530.  Line 286: Copy/Move File - Error while writing file.
  1531.  
  1532. \nERROR while writing to %s!\n"
  1533.  __________________________________________________________________________
  1534.  
  1535.  Line 287: Copy/Move File - Bad path error msg.
  1536.  
  1537. \nBad Path Error: %s\n
  1538.  __________________________________________________________________________
  1539.  
  1540.  Line 288: y/n prompt: Asking if you wish to enter an extended description
  1541.            for an uploaded file.
  1542.  
  1543. \nDo you want to enter an extended description
  1544.  __________________________________________________________________________
  1545.  
  1546.  Line 289: y/n prompt: Would you like to check the archive, displayed in
  1547.            local uploading.
  1548.  
  1549. \nWould you like to Check the Archive
  1550.  __________________________________________________________________________
  1551.  
  1552.  Line 290: y/n prompt: Local Uploading - File is online, upload anyways.
  1553.  
  1554. \nFile Already Online, Local Upload Anyways
  1555.  __________________________________________________________________________
  1556.  
  1557.  Line 291: No Files were downloaded msg.
  1558.  
  1559. \nNo files were downloaded...\n
  1560.  __________________________________________________________________________
  1561.  
  1562.  Line 292: Selecting file would exceed time limit msg.
  1563.  
  1564. \n[%s] Selecting file would exceed Time Limit!\n
  1565.  __________________________________________________________________________
  1566.  
  1567.  Line 293: Selecting file would exceed daily file download limit msg.
  1568.  
  1569. \n[%s] Selecting file would exceed Daily File Download Limit!\n
  1570.  __________________________________________________________________________
  1571.  
  1572.  Line 294: Selecting File would exceed file download ratio msg.
  1573.  
  1574. \n[%s] Selecting file would exceed Download File Ratio!\n
  1575.  __________________________________________________________________________
  1576.  
  1577.  Line 295: Selecting file would exceed daily Byte download limit msg.
  1578.  
  1579. \n[%s] Selecting file would exceed Daily Byte Download Limit!\n
  1580.  __________________________________________________________________________
  1581.  
  1582.  Line 296: Selecting File would exceed byte download ratio msg.
  1583.  
  1584. \n[%s] Selecting file would exceed Download Byte Ratio!\n
  1585.  __________________________________________________________________________
  1586.  
  1587.  Line 297: File not online msg.  File is in listing but is no longer on the
  1588.            hard drive.
  1589.  
  1590. \n[%s] File Not Online!\n
  1591.  __________________________________________________________________________
  1592.  
  1593.  Line 298: File entered is not in the file listing.
  1594.  
  1595. [%s] File Not In Catalog!\n
  1596.  __________________________________________________________________________
  1597.  
  1598.  Line 299: File already selected.
  1599.  
  1600. [%s] File Already Selected!\n
  1601.  __________________________________________________________________________
  1602.  
  1603.  Line 300: Flag File Menu - # Flagged files & Wild card supported prompt.
  1604.  
  1605. \n(%d file(s) flagged) (Wild Card *,? Supported) (Ranges Supported)\n
  1606.  __________________________________________________________________________
  1607.  
  1608.  Line 301: Flag File Menu - Main prompt.
  1609.  
  1610. (C)lear All, (L)ist, File Name(s) or Number(s) (Return=Exit): 
  1611.  __________________________________________________________________________
  1612.  
  1613.  Line 302: Range too large error msg.
  1614.  
  1615. Range too large!\n
  1616.  __________________________________________________________________________
  1617.  
  1618.  Line 303: CTRL-C to abort range selection.
  1619.  
  1620. \n[CTRL-C] to Abort Range Selection\n\n
  1621.  __________________________________________________________________________
  1622.  
  1623.  Line 304: Aborting Range selection.
  1624.  
  1625. \nAborted Range Selection!\n
  1626.  __________________________________________________________________________
  1627.  
  1628.  Line 305: View / Test Archive prompt.
  1629.  
  1630. \nEnter File # or Name to View/Test Archive: 
  1631.  __________________________________________________________________________
  1632.  
  1633.  Line 306: File was not found (displaying file).
  1634.  
  1635. File (%s) was not found.\n
  1636.  __________________________________________________________________________
  1637.  
  1638.  Line 307: View / Test Archives - Wait while working msg.
  1639.  
  1640. \n--- Please hold, working on Archive ---\n
  1641.  __________________________________________________________________________
  1642.  
  1643.  Line 308: View / Test Archives - Enter inside filename to read.
  1644.  
  1645. \nEnter inside filename to read: 
  1646.  __________________________________________________________________________
  1647.  
  1648.  Line 309: Aborting Who display with CTRL-C.
  1649.  
  1650. \nAborting Who Display!\n
  1651.  __________________________________________________________________________
  1652.  
  1653.  Line 310: Local uploading/copying file into msg editor.
  1654.  
  1655. \nEnter path+filename: 
  1656.  __________________________________________________________________________
  1657.  
  1658.  Line 311: Local Attaching of files to messages prompt.
  1659.  
  1660. \nEnter path+filename: 
  1661.  __________________________________________________________________________
  1662.  
  1663.  Line 312: Invalid paths, uploading is disabled.
  1664.  
  1665. Invalid Paths, Uploading is disabled.\n
  1666.  __________________________________________________________________________
  1667.  
  1668.  Line 313: File Attaching to Msgs - Upload files you wish to attach msg.
  1669.  
  1670. \nUpload your file(s) you wish to attach to this message.\n
  1671.  __________________________________________________________________________
  1672.  
  1673.  Line 314: Local Download attached files from a message to a path.
  1674.  
  1675. \nLocal DL Attached Files to: 
  1676.  __________________________________________________________________________
  1677.  
  1678.  Line 315: Saving Message.
  1679.  
  1680. \nSaving Msg # %d\n
  1681.  __________________________________________________________________________
  1682.  
  1683.  Line 316: Re-Saving Message.
  1684.  
  1685. \nRe-Saving Msg # %d\n
  1686.  __________________________________________________________________________
  1687.  
  1688.  Line 317: y/n prompt: New User Internal Questions - Clear Screens on msgs.
  1689.  
  1690. \nClear Screens after Reading Messages
  1691.  __________________________________________________________________________
  1692.  
  1693.  Line 318: y/n prompt: New User Internal Questions - Clear Screens on file
  1694.            list.
  1695.  
  1696. \nClear Screens on File Listings
  1697.  __________________________________________________________________________
  1698.  
  1699.  Line 319: User Settings Menu - Menu Header.
  1700.  
  1701. \fPersonal Data:\n\n
  1702.  __________________________________________________________________________
  1703.  
  1704.  Line 320: User Settings Menu - Line 1.
  1705.  
  1706. 1)     Alias: %-25.25s   8) Voice Phone#: %s\n
  1707.  __________________________________________________________________________
  1708.  
  1709.  Line 321: User Settings Menu - Line 2.
  1710.  
  1711. 2) Real Name: %-27s 9)  Data Phone#: %s\n
  1712.  __________________________________________________________________________
  1713.  
  1714.  Line 322: User Settings Menu - Line 3.
  1715.  
  1716. 3)   Address: %-27s10)  Computer(s): %s\n
  1717.  __________________________________________________________________________
  1718.  
  1719.  Line 323: User Settings Menu - Line 4.
  1720.  
  1721. 4)      City: %-27s11)   Birth Date: %3.3s %d, 19%d (%d)\n
  1722.  __________________________________________________________________________
  1723.  
  1724.  Line 324: User Settings Menu - Line 5.
  1725.  
  1726. 5) Post Code: %-14s             12)       Gender: %s\n
  1727.  __________________________________________________________________________
  1728.  
  1729.  Line 325: User Settings Menu - Line 6.
  1730.  
  1731. 6)   Country: %s\n
  1732.  __________________________________________________________________________
  1733.  
  1734.  Line 326: User Settings Menu - Line 7.
  1735.  
  1736. 7)     State: %-3s\n\n
  1737.  __________________________________________________________________________
  1738.  
  1739.  Line 327: User Settings - Canada Province entry prompt, instead of state.
  1740.  
  1741. \nEnter Province Code.....(?=List): 
  1742.  __________________________________________________________________________
  1743.  
  1744.  Line 328: Logon File Mail Check - Found xx Files, View them
  1745.  
  1746. Found %d File(s), View them
  1747.  __________________________________________________________________________
  1748.  
  1749.  Line 329: Logon PMail Check - Do you wish to check your personal mail.
  1750.  
  1751. \nDo you wish to check your personal mail at this time
  1752.  __________________________________________________________________________
  1753.  
  1754.  Line 330: Delete Original Message prompt after replying to personal mail.
  1755.  
  1756. \nDelete Original Message
  1757.  __________________________________________________________________________
  1758.  
  1759.  Line 331: Attached Files to a message, download now y/n prompt.
  1760.  
  1761. This msg has attached file(s), Download now
  1762.  __________________________________________________________________________
  1763.  
  1764.  Line 332: File Attaching to Msgs - Failed to upload files, try again prompt.
  1765.  
  1766. \nNo files uploaded, would you like to try again
  1767.  __________________________________________________________________________
  1768.  
  1769.  Line 333: Local Uploading - Mass Upload Flags prompt.
  1770.  
  1771. \nSet Mass Uploading Flags
  1772.  __________________________________________________________________________
  1773.  
  1774.  Line 334: Local Uploading Mass Upload Flags - Archive Checking.
  1775.  
  1776. \nArchive Checking - (A)sk, (E)verytime, (N)ever: 
  1777.  __________________________________________________________________________
  1778.  
  1779.  Line 335: Local Uploading Mass Upload Flags - File Handling.
  1780.  
  1781. \n\nFile Handling - (A)sk, (C)opy All, (M)ove All, (N)othing: 
  1782.  __________________________________________________________________________
  1783.  
  1784.  Line 336: Local Uploading Mass Upload Flags - Duplicate File Check.
  1785.  
  1786. \nDuplicate File Check - (A)sk, (P)ut Online, (S)kip them: 
  1787.  __________________________________________________________________________
  1788.  
  1789.  Line 337: Local Uploading - xx files selected for local uploading prompt.
  1790.  
  1791. \n%d file(s) selected for local uploading.\n
  1792.  __________________________________________________________________________
  1793.  
  1794.  Line 338: Error writing to log file.
  1795.  
  1796. \nError writing to log file\n
  1797.  __________________________________________________________________________
  1798.  
  1799.  Line 339: Error, could not allocate enough memory for operation.
  1800.  
  1801. \nError, could not allocate enough memory for operation.\n
  1802.  __________________________________________________________________________
  1803.  
  1804.  Line 340: That file base does not exist.
  1805.  
  1806. \nThat file base does not exist.\n
  1807.  __________________________________________________________________________
  1808.  
  1809.  Line 341: That msg base does not exist.
  1810.  
  1811. \nThat message base does not exist.\n
  1812.  __________________________________________________________________________
  1813.  
  1814.  Line 342: ERROR, Couldn't lock the Work Directory
  1815.  
  1816. \nError, couldn't lock the Work Directory.\n
  1817.  __________________________________________________________________________
  1818.  
  1819.  Line 343: Error, couldn't lock the Work/Done Directory.
  1820.  
  1821. \nError, couldn't lock the Work/Done Directory.\n
  1822.  __________________________________________________________________________
  1823.  
  1824.  Line 344: Error, couldn't lock the Resume Directory.
  1825.  
  1826. \nError, couldn't lock the Resume Directory.\n
  1827.  __________________________________________________________________________
  1828.  
  1829.  Line 345: No files uploaded to this area yet prompt.
  1830.  
  1831. \nNo files uploaded to this area yet\n
  1832.  __________________________________________________________________________
  1833.  
  1834.  Line 346: User does not have access to desired option.
  1835.  
  1836. \nYou do not have access for this option.\n
  1837.  __________________________________________________________________________
  1838.  
  1839.  Line 347: File out of range error msg.
  1840.  
  1841. \nThat file is out of range.\n
  1842.  __________________________________________________________________________
  1843.  
  1844.  Line 348: Error, handling accounts.data file.
  1845.  
  1846. \nError accessing Accounts file.\n
  1847.  __________________________________________________________________________
  1848.  
  1849.  Line 349: Temporary Sysop Access given message.
  1850.  
  1851. \nTemporary SYSOP Access.\n
  1852.  __________________________________________________________________________
  1853.  
  1854.  Line 350: Yes with return.
  1855.  
  1856. Yes\n
  1857.  __________________________________________________________________________
  1858.  
  1859.  Line 351: No with return.
  1860.  
  1861. No\n 
  1862.  __________________________________________________________________________
  1863.  
  1864.  Line 352: Enter BirthDay - First line of Month Codes.
  1865.  
  1866. \n1=Jan   3=Mar   5=May   7=Jul   9=Sep   11=Nov\n
  1867.  __________________________________________________________________________
  1868.  
  1869.  Line 353: Enter BirthDay - Second line of Month Codes.
  1870.  
  1871. 2=Feb   4=Apr   6=Jun   8=Aug  10=Oct   12=Dec\n\n
  1872.  __________________________________________________________________________
  1873.  
  1874.  Line 354: Aborting BBS Text display msg.
  1875.  
  1876. \nAborting\n
  1877.  __________________________________________________________________________
  1878.  
  1879.  Line 355: Are you sure: y/n prompt.
  1880.  
  1881. Are you sure
  1882.  __________________________________________________________________________
  1883.  
  1884.  Line 356: Passed archive checking message.  
  1885.  
  1886. Passed Ok!
  1887.  __________________________________________________________________________
  1888.  
  1889.  Line 357: Current file prompt, used in a few locations in the bbs.
  1890.  
  1891. Current File: %s\n
  1892.  __________________________________________________________________________
  1893.  
  1894.  Line 358: Rexx Doors - Rx command not found in C:
  1895.  
  1896. 'RX' not found in c:\n
  1897.  __________________________________________________________________________
  1898.  
  1899.  Line 359: Use ASL Requesters prompt.
  1900.  
  1901. \nUse ASL Requester
  1902.  __________________________________________________________________________
  1903.  
  1904.  Line 360: Logoff - Incomplete uploads, logoff anyways prompt.
  1905.  
  1906. \nYou have Incomplete Uploads, logoff anyway
  1907.  __________________________________________________________________________
  1908.  
  1909.  Line 361: Logoff Incomplete uploads Menu - Menu input prompt.
  1910.  
  1911. You have flagged files, Select choice: 
  1912.  __________________________________________________________________________
  1913.  
  1914.  Line 362: Copy/Move all files from one area to another prompt.
  1915.  
  1916. %s File(s) to one area
  1917.  __________________________________________________________________________
  1918.  
  1919.  Line 363: Copy/Move files from area to area - Input files # or name prompt.
  1920.  
  1921. Enter File Number(s) and/or Range(s): 
  1922.  __________________________________________________________________________
  1923.  
  1924.  Line 364: Operation aborted message.
  1925.  
  1926. \n* Operation Aborted *\n
  1927.  __________________________________________________________________________
  1928.  
  1929.  Line 365: Copy/Move files from area to area - CTRL-C to abort message.
  1930.  
  1931. \n(CTRL-C to abort Range Copy/Move operations.\n\n
  1932.  __________________________________________________________________________
  1933.  
  1934.  Line 366: New files found message.
  1935.  
  1936. New Files Found\n\n
  1937.  __________________________________________________________________________
  1938.  
  1939.  Line 367: File Mail Scan - No files found text.
  1940.  
  1941. No Files Found\n
  1942.  __________________________________________________________________________
  1943.  
  1944.  Line 368: File Mail - File number to kill.
  1945.  
  1946. \nFile Number to Kill: 
  1947.  __________________________________________________________________________
  1948.  
  1949.  Line 369: Current Selected Protocol display before last trasnfer prompt.
  1950.  
  1951. \nCurrent Selected Protocol: 
  1952.  __________________________________________________________________________
  1953.  
  1954.  Line 370: Selected protocol display.
  1955.  
  1956. \nSelected Protocol: 
  1957.  __________________________________________________________________________
  1958.  
  1959.  Line 371: Not Used Presently
  1960.  
  1961.  
  1962.  __________________________________________________________________________
  1963.  
  1964.  Line 372: No flagged files message.
  1965.  
  1966. \nNo Flagged Files!\n
  1967.  __________________________________________________________________________
  1968.  
  1969.  Line 373: Available files/bytes display when selecting downloads.
  1970.  
  1971. <AVAILABLE> Files: %-4d  Bytes: %-11s  %ld Minutes Remaining.\n
  1972.  __________________________________________________________________________
  1973.  
  1974.  Line 374: Selected files/bytes display when selecting downloads.
  1975.  
  1976. <SELECTED>  Files: %-4d  Bytes: %-11s  Transfer Time @ %d is %d:%s\n\n
  1977.  __________________________________________________________________________
  1978.  
  1979.  Line 375: Selecting filename/number to download prompt.
  1980.  
  1981. FileName or Number: 
  1982.  __________________________________________________________________________
  1983.  
  1984.  Line 376: Aborted download selection message.
  1985.  
  1986. \nAborted Download Selection!\n
  1987.  __________________________________________________________________________
  1988.  
  1989.  Line 377: File not in catalog, searching paths for file. (Sysop Access)
  1990.  
  1991. \nFile not in catalog, searching the paths for file.\n
  1992.  __________________________________________________________________________
  1993.  
  1994.  Line 378: Selecting file text, showing file selected and info on it.
  1995.  
  1996. <%s>:%4d:%12s %4dk %s\n
  1997.  __________________________________________________________________________
  1998.  
  1999.  Line 379: Download File Status - Title bar.
  2000.  
  2001. ##:Filename    : File Size :   Started :     Ended :   Charged : Time: CPS:A:F:\n
  2002.  __________________________________________________________________________
  2003.  
  2004.  Line 380: Download File Status - Title Seperator.
  2005.  
  2006. --+------------+-----------+-----------+-----------:-----------+-----+----+-+-+\n
  2007.  __________________________________________________________________________
  2008.  
  2009.  Line 381: Download File Status - Bottom Seperator.
  2010.  
  2011. ===============================================================================\n
  2012.  __________________________________________________________________________
  2013.  
  2014.  Line 382: Download File Status - Total Download Stats.
  2015.  
  2016.                      Total Download Stats:  %4d/%13s\n
  2017.  __________________________________________________________________________
  2018.  
  2019.  Line 383: Download File Status - Total Old Download Stats.
  2020.  
  2021.                   Your Old Download Stats:  %4d/%13s\n
  2022.  __________________________________________________________________________
  2023.  
  2024.  Line 384: Download File Status - Grand Total Seperater.
  2025.  
  2026.                                            ===================\n
  2027.  __________________________________________________________________________
  2028.  
  2029.  Line 385: Download File Status - New Total Download Stats.
  2030.  
  2031.                   Your New Download Stats:  %4d/%13s\n
  2032.  __________________________________________________________________________
  2033.  
  2034.  Line 386: Aborting Flagging process.
  2035.  
  2036. \nAborted Flagging Process!\n
  2037.  __________________________________________________________________________
  2038.  
  2039.  Line 387: Display Flagged Files - Title bar.
  2040.  
  2041. \f\n FN  Area   Num     FileName  Size Short Description\n
  2042.  __________________________________________________________________________
  2043.  
  2044.  Line 388: Display Flagged FIles - Title Seperator.
  2045. ===============================================================================\n
  2046.  __________________________________________________________________________
  2047.  
  2048.  Line 389: Display Flagged Files - Actual flagged file entry in list.
  2049.  
  2050. (%2d)  %2d / %4d:%12s %4dk %s\n
  2051.  __________________________________________________________________________
  2052.  
  2053.  Line 390: Display Flagged Files - Total Flagged files stats.
  2054.  
  2055. <TOTALS>  Files: %-4d  Bytes: %-11s  Transfer Time @ %d is %d:%s\n
  2056.  __________________________________________________________________________
  2057.  
  2058.  Line 391: Display Flagged Files - Return to go back / de-flag prompt.
  2059.  
  2060. [Return to go back] [Enter FN #'s to De-Flag]:
  2061.  __________________________________________________________________________
  2062.  
  2063.  Line 392: Un-Flagged file prompt.
  2064.  
  2065. UN-FLAGGED:%4d:%12s %4dk %s\n
  2066.  __________________________________________________________________________
  2067.  
  2068.  Line 393: Flgging Buffer is full, max number of files flagged.
  2069.  
  2070. \nFlagging Buffer is Full (%d Files MAX)  Didn't Flag the Last File\n\n
  2071.  __________________________________________________________________________
  2072.  
  2073.  Line 394: Flagged File prompt.
  2074.  
  2075.    FLAGGED:%4d:%12s %4dk %s\n
  2076.  __________________________________________________________________________
  2077.  
  2078.  Line 395: View Archive - Format not supported.
  2079.  
  2080. \nFormat not supported!\n
  2081.  __________________________________________________________________________
  2082.  
  2083.  Line 396: Error saving new user application.
  2084.  
  2085. Error saving application.\n
  2086.  __________________________________________________________________________
  2087.  
  2088.  Line 397: Security Too Low Time Display - Title bar.
  2089.  
  2090. \fHOUR      :00 | :15 | :30 | :45   |HOUR      :00 | :15 | :30 | :45\n
  2091.  __________________________________________________________________________
  2092.  
  2093.  Line 398: Security Too Low Time Display - Title seperator.
  2094.  
  2095. --------------+-----+-----+-------+--------------+-----+-----+------\n
  2096.  __________________________________________________________________________
  2097.  
  2098.  Line 399: Security Too Low Time Display - Actual entries.
  2099.  
  2100. %2s  %-4d| %-4d| %-4d| %-4d  |%2s  %-4d| %-4d| %-4d| %-4d\n
  2101.  __________________________________________________________________________
  2102.  
  2103.  Line 400: Security Too Low Time Display - Minimum Security level to logon.
  2104.  
  2105. \nMinimum Security Level to log in at %s is %d.\n
  2106.  __________________________________________________________________________
  2107.  
  2108.  Line 401: Security Too Low Time Display - User Security Level.
  2109.  
  2110. You have a Security Level of %d.\n
  2111.  __________________________________________________________________________
  2112.  
  2113.  Line 402: Security Too Low Time Display - Check time schedule message.
  2114.  
  2115. Please look at the Time Schedule to see when you may log back on...
  2116.  __________________________________________________________________________
  2117.  
  2118.  Line 403: Entering Chat - Msg displayed when there is no Enter chat text.
  2119.  
  2120. \nSysop has broken into chat.\n
  2121.  __________________________________________________________________________
  2122.  
  2123.  Line 404: Entering Chat - Sysop & User Colors.
  2124.  
  2125. [%dm(%s's Color)     [%dm(%s's Color)\n
  2126.  __________________________________________________________________________
  2127.  
  2128.  Line 405: Entering Chat - Commands line 1.
  2129.  
  2130. (CTRL-C) Exit Chat     (CTRL-W) Who is online\n
  2131.  __________________________________________________________________________
  2132.  
  2133.  Line 406: Entering Chat - Commands line 2.
  2134.  
  2135. (CTRL-G) Bell          (CTRL-T) Time Display\n
  2136.  __________________________________________________________________________
  2137.  
  2138.  Line 407: Exiting Chat - Default message when there is no text file.
  2139.  
  2140. \nExiting Chat [Hit Return]\n
  2141.  __________________________________________________________________________
  2142.  
  2143.  Line 408: File Mail - Personal file handling menu prompt.
  2144.                        (F)lag, (D)ownload, (N)ext, (K)ill, (Q)uit: 
  2145.  
  2146. \n[F]lag File, [D]ownload, [N]ext, [K]ill, [Q]uit: 
  2147.  __________________________________________________________________________
  2148.  
  2149.  Line 409: Download Flagged Files Options Menu prompt.
  2150.  
  2151. Download Flagged Files Options: 
  2152.  __________________________________________________________________________
  2153.  
  2154.  Line 410: Moving Partial uploads for resuming.
  2155.  
  2156. \nMoving Partial Uploads for resuming.\n
  2157.  
  2158.  __________________________________________________________________________
  2159.  
  2160.  Line 411: Wild cards and Ranges supported msg.
  2161.  
  2162. \n(Wild Card *,? Supported) (Ranges Supported)\n\n
  2163.  __________________________________________________________________________
  2164.  
  2165.  Line 412: Ranges Only supported.
  2166.  
  2167. \n(Ranges Supported)\n
  2168.  __________________________________________________________________________
  2169.  
  2170.  Line 413: Account Editor Normal Opt Flags - Line 1.
  2171.  
  2172.  1|Msg Base Access....:    22|Read Mass Mail.....:    43|View File Listings.:\n
  2173.  __________________________________________________________________________
  2174.  
  2175.  Line 414: Account Editor Normal Opt Flags - Line 2.
  2176.  
  2177.  2|File Base Access...:    23|Read Messages......:    44|Download Ability...:\n
  2178.  __________________________________________________________________________
  2179.  
  2180.  Line 415: Account Editor Normal Opt Flags - Line 3.
  2181.  
  2182.  3|Bulletins Access...:    24|Post Messages......:    45|Upload Ability.....:\n
  2183.  __________________________________________________________________________
  2184.  
  2185.  Line 416: Account Editor Normal Opt Flags - Line 4.
  2186.  
  2187.  4|Doors Area Access..:    25|Reply to Messages..:    46|View Text Files....:\n
  2188.  __________________________________________________________________________
  2189.  
  2190.  Line 417: Account Editor Normal Opt Flags - Line 5.
  2191.  
  2192.  5|Voting Booth Access:    26|Post Anonymously...:    47|View/Test Archives.:\n
  2193.  __________________________________________________________________________
  2194.  
  2195.  Line 418: Account Editor Normal Opt Flags - Line 6.
  2196.  
  2197.  6|File Mail Access...:    27|Upload Msg Ability.:    48|Uploads Auto Valid.:\n
  2198.  __________________________________________________________________________
  2199.  
  2200.  Line 419: Account Editor Normal Opt Flags - Line 7.
  2201.  
  2202.  7|...................:    28|...................:    49|Send File Mail.....:\n
  2203.  __________________________________________________________________________
  2204.  
  2205.  Line 420: Account Editor Normal Opt Flags - Line 8.
  2206.  
  2207.  8|Can Change Alias...:    29|...................:    50|CD Rom/Tape Worm...:\n
  2208.  __________________________________________________________________________
  2209.  
  2210.  Line 421: Account Editor Normal Opt Flags - Line 9.
  2211.  
  2212.  9|Able to Re-Logon...:    30|Msg To Next Caller.:    51|Delete Own Files...:\n
  2213.  __________________________________________________________________________
  2214.  
  2215.  Line 422: Account Editor Normal Opt Flags - Line 10.
  2216.  
  2217. 10|Defeat Page Toggle.:    31|Forward Own Mail...:    52|...................:\n
  2218.  __________________________________________________________________________
  2219.  
  2220.  Line 423: Account Editor Normal Opt Flags - Line 11.
  2221.  
  2222. 11|Defeat Slow Baud...:    32|Edit Own Mail......:    53|...................:\n
  2223.  __________________________________________________________________________
  2224.  
  2225.  Line 424: Account Editor Normal Opt Flags - Line 12.
  2226.  
  2227. 12|Defeat Low Access..:    33|...................:    54|...................:\n
  2228.  __________________________________________________________________________
  2229.  
  2230.  Line 425: Account Editor Normal Opt Flags - Line 13.
  2231.  
  2232. 13|User Listing Menu..:    34|...................:    55|...................:\n
  2233.  __________________________________________________________________________
  2234.  
  2235.  Line 426: Account Editor Normal Opt Flags - Line 14.
  2236.  
  2237. 14|Break Sysop Chat...:    35|...................:    56|...................:\n
  2238.  __________________________________________________________________________
  2239.  
  2240.  Line 427: Account Editor Normal Opt Flags - Line 15.
  2241.  
  2242. 15|View Welcome Screen:    36|...................:    57|...................:\n
  2243.  __________________________________________________________________________
  2244.  
  2245.  Line 428: Account Editor Normal Opt Flags - Line 16.
  2246.  
  2247. 16|View Node Lists....:    37|...................:    58|...................:\n
  2248.  __________________________________________________________________________
  2249.  
  2250.  Line 429: Account Editor Normal Opt Flags - Line 17.
  2251.  
  2252. 17|Internode Msg Send.:    38|...................:    59|...................:\n
  2253.  __________________________________________________________________________
  2254.  
  2255.  Line 430: Account Editor Normal Opt Flags - Line 18.
  2256.  
  2257. 18|Internode Line Chat:    39|...................:    60|...................:\n
  2258.  __________________________________________________________________________
  2259.  
  2260.  Line 431: Account Editor Normal Opt Flags - Line 19.
  2261.  
  2262. 19|Internode Live Chat:    40|...................:    61|...................:\n
  2263.  __________________________________________________________________________
  2264.  
  2265.  Line 432: Account Editor Normal Opt Flags - Line 20.
  2266.  
  2267. 20|Receive Node Msgs..:    41|...................:    62|...................:\n
  2268.  __________________________________________________________________________
  2269.  
  2270.  Line 433: Account Editor Normal Opt Flags - Line 21.
  2271.  
  2272. 21|Ability to Hide....:    42|Archive Messages...:    63|Archive Catalogs...:\n
  2273.  __________________________________________________________________________
  2274.  
  2275.  Line 434: Account Editor Sysop Opt Flags - Line 1.
  2276.  
  2277.  1|Edit Sysop Flags...:    22|Post Mass Mail.....:    43|File Maintance.....:\n
  2278.  __________________________________________________________________________
  2279.  
  2280.  Line 435: Account Editor Sysop Opt Flags - Line 2.
  2281.  
  2282.  2|Account Editor.....:    23|Forward Any Mail...:    44|DL Files Not Listed:\n
  2283.  __________________________________________________________________________
  2284.  
  2285.  Line 436: Account Editor Sysop Opt Flags - Line 3.
  2286.  
  2287.  3|Edit Own Account...:    24|Edit Any Mail......:    45|View/DL Sysop Files:\n
  2288.  __________________________________________________________________________
  2289.  
  2290.  Line 437: Account Editor Sysop Opt Flags - Line 4.
  2291.  
  2292.  4|Drop To Dos........:    25|Edit Message Header:    46|Full Path Download.:\n
  2293.  __________________________________________________________________________
  2294.  
  2295.  Line 438: Account Editor Sysop Opt Flags - Line 5.
  2296.  
  2297.  5|Edit Any Text Files:    26|Delete Any Mail....:    47|Delete Any File....:\n
  2298.  __________________________________________________________________________
  2299.  
  2300.  Line 439: Account Editor Sysop Opt Flags - Line 6.
  2301.  
  2302.  6|BBS Config Module..:    27|View Password Msgs.:    48|View Password Files:\n
  2303.  __________________________________________________________________________
  2304.  
  2305.  Line 440: Account Editor Sysop Opt Flags - Line 7.
  2306.  
  2307.  7|View BBS Logs......:    28|Attach Files to Msg:    49|Validate Uploads...:\n
  2308.  __________________________________________________________________________
  2309.  
  2310.  Line 441: Account Editor Sysop Opt Flags - Line 8.
  2311.  
  2312.  8|Special User Log...:    29|View All E-Mail....:    50|View All File-Mail.:\n
  2313.  __________________________________________________________________________
  2314.  
  2315.  Line 442: Account Editor Sysop Opt Flags - Line 9.
  2316.  
  2317.  9|View New User Apps.:    30|...................:    51|View Text by Path..:\n
  2318.  __________________________________________________________________________
  2319.  
  2320.  Line 443: Account Editor Sysop Opt Flags - Line 10.
  2321.  
  2322. 10|Create Accounts....:    31|...................:    52|Local Uploading....:\n
  2323.  __________________________________________________________________________
  2324.  
  2325.  Line 444: Account Editor Sysop Opt Flags - Line 11.
  2326.  
  2327. 11|...................:    32|...................:    53|...................:\n
  2328.  __________________________________________________________________________
  2329.  
  2330.  Line 445: Account Editor Sysop Opt Flags - Line 12.
  2331.  
  2332. 12|...................:    33|...................:    54|...................:\n
  2333.  __________________________________________________________________________
  2334.  
  2335.  Line 446: Account Editor Sysop Opt Flags - Line 13.
  2336.  
  2337. 13|Sysop User List....:    34|...................:    55|...................:\n
  2338.  __________________________________________________________________________
  2339.  
  2340.  Line 447: Account Editor Sysop Opt Flags - Line 14.
  2341.  
  2342. 14|...................:    35|...................:    56|...................:\n
  2343.  __________________________________________________________________________
  2344.  
  2345.  Line 448: Account Editor Sysop Opt Flags - Line 15.
  2346.  
  2347. 15|...................:    36|Bypass Kick Off....:    57|...................:\n
  2348.  __________________________________________________________________________
  2349.  
  2350.  Line 449: Account Editor Sysop Opt Flags - Line 16.
  2351.  
  2352. 16|...................:    37|Bypass Abort Trans.:    58|...................:\n
  2353.  __________________________________________________________________________
  2354.  
  2355.  Line 450: Account Editor Sysop Opt Flags - Line 17.
  2356.  
  2357. 17|Sysop Who..........:    38|...................:    59|...................:\n
  2358.  __________________________________________________________________________
  2359.  
  2360.  Line 451: Account Editor Sysop Opt Flags - Line 18.
  2361.  
  2362. 18|Internode Control..:    39|No Charges for DLs.:    60|...................:\n
  2363.  __________________________________________________________________________
  2364.  
  2365.  Line 452: Account Editor Sysop Opt Flags - Line 19.
  2366.  
  2367. 19|Internode Watch....:    40|Bypass UL/DL Limits:    61|...................:\n
  2368.  __________________________________________________________________________
  2369.  
  2370.  Line 453: Account Editor Sysop Opt Flags - Line 20.
  2371.  
  2372. 20|Interactive Watch..:    41|Bypass Msg Limits..:    62|...................:\n
  2373.  __________________________________________________________________________
  2374.  
  2375.  Line 454: Account Editor Sysop Opt Flags - Line 21.
  2376.  
  2377. 21|Capture Users Calls:    42|Bypass Time Limits.:    63|...................:\n
  2378.  __________________________________________________________________________
  2379.  
  2380.  Line 455: Account Editor Main Screen - Line 1.
  2381.  
  2382.     User Slot..: #                              14> User Status..:\n
  2383.  __________________________________________________________________________
  2384.  
  2385.  Line 456: Account Editor Main Screen - Line 2.
  2386.  
  2387.  1> Alias......:                                15> Access Level.:\n
  2388.  __________________________________________________________________________
  2389.  
  2390.  Line 457: Account Editor Main Screen - Line 3.
  2391.  
  2392.  2> Real Name..:                                16> Sex..........:\n
  2393.  __________________________________________________________________________
  2394.  
  2395.  Line 458: Account Editor Main Screen - Line 4.
  2396.  
  2397.  3> Voice Phone:                                17> Preserve.....:\n
  2398.  __________________________________________________________________________
  2399.  
  2400.  Line 459: Account Editor Main Screen - Line 5.
  2401.  
  2402.  4> Data  Phone:                                18> Weed Days....:\n
  2403.  __________________________________________________________________________
  2404.  
  2405.  Line 460: Account Editor Main Screen - Line 6.
  2406.  
  2407.  5> Address....:                                19> Reduce Days..:\n
  2408.  __________________________________________________________________________
  2409.  
  2410.  Line 461: Account Editor Main Screen - Line 7.
  2411.  
  2412.  6> City.......:                                20> Reduced Lev..:\n
  2413.  __________________________________________________________________________
  2414.  
  2415.  Line 462: Account Editor Main Screen - Line 8.
  2416.  
  2417.  7> State/Prov.:                                21> File Credits.:\n
  2418.  __________________________________________________________________________
  2419.  
  2420.  Line 463: Account Editor Main Screen - Line 9.
  2421.  
  2422.  8> Country....:                                22> Byte Credits.:\n
  2423.  __________________________________________________________________________
  2424.  
  2425.  Line 464: Account Editor Main Screen - Line 10.
  2426.  
  2427.  9> Mail Route.:                                23> .............:\n
  2428.  __________________________________________________________________________
  2429.  
  2430.  Line 465: Account Editor Main Screen - Line 11.
  2431.  
  2432. 10> Computer(s):                                24> .............:\n
  2433.  __________________________________________________________________________
  2434.  
  2435.  Line 466: Account Editor Main Screen - Line 12.
  2436.  
  2437. 11> Birth Date.:                                25> Time Left....:\n
  2438.  __________________________________________________________________________
  2439.  
  2440.  Line 467: Account Editor Main Screen - Line 13.
  2441.  
  2442. 12> Password...:                                26> Chat Min Left:\n
  2443.  __________________________________________________________________________
  2444.  
  2445.  Line 468: Account Editor Main Screen - Line 14.
  2446.  
  2447. 13> Comment....:                                27> DL Files Left:\n
  2448.  __________________________________________________________________________
  2449.  
  2450.  Line 469: Account Editor Main Screen - Line 15.
  2451.  
  2452.     Last Call..:                                28> DL Bytes Left:\n\n
  2453.  __________________________________________________________________________
  2454.  
  2455.  Line 470: Account Editor Main Screen - Line 16.
  2456.  
  2457. <C> Conferences     <TS> Term Settings     <L> Period Limits (Limits)\n
  2458.  __________________________________________________________________________
  2459.  
  2460.  Line 471: Account Editor Main Screen - Line 17.
  2461.  
  2462. <F> File Areas       <O> Optional Flags    <I> Period Info   (Amount Used)\n
  2463.  __________________________________________________________________________
  2464.  
  2465.  Line 472: Account Editor Main Screen - Line 18.
  2466.  
  2467. <M> Message Areas    <P> Presets           <T> Totals\n
  2468.  __________________________________________________________________________
  2469.  
  2470.  Line 473: Clearing out all flagged files message.
  2471.  
  2472. \nClearing out all flagged files.\n
  2473.  __________________________________________________________________________
  2474.  
  2475.  Line 474: Account Editor - Normal or Sysop Related Flags.
  2476.  
  2477. \n[N]ormal or [S]ysop Related Flags?: 
  2478.  __________________________________________________________________________
  2479.  
  2480.  Line 475: Account Editor New User Display - Title heading.
  2481.  
  2482. \f   # Handle                    City                      LastOn Computers    On\n
  2483.  __________________________________________________________________________
  2484.  
  2485.  Line 476: Account Editor New User Display - Title devider.
  2486.  
  2487. ====-=========================-=========================-======-============-==\n
  2488.  __________________________________________________________________________
  2489.  
  2490.  Line 477: Account Editor New User Display - No new users found.
  2491.  
  2492. \nNo new users found.\n
  2493.  __________________________________________________________________________
  2494.  
  2495.  Line 478: Account Editor New User Display - Actual entries.
  2496.  
  2497. %4d %-25.25s %-25s %s %s %-12.12s %2.2d\n
  2498.  __________________________________________________________________________
  2499.  
  2500.  Line 479: Account Editor - Could not save account, user is online.
  2501.  
  2502. \nCould NOT save Account, User is online.\n
  2503.  __________________________________________________________________________
  2504.  
  2505.  Line 480: Account Editor - Delete application as along with user.
  2506.  
  2507. Delete Application as well
  2508.  __________________________________________________________________________
  2509.  
  2510.  Line 481: Msg Posting is disabled in this area.
  2511.  
  2512. \nMessage Posting is disabled in this area\n
  2513.  __________________________________________________________________________
  2514.  
  2515.  Line 482: Msg Area Path error.
  2516.  
  2517. \nMsgBase Path Error\n
  2518.  __________________________________________________________________________
  2519.  
  2520.  Line 483: Exceeded your daily amount of message posts.
  2521.  
  2522. \nYou have exceeded your daily amount of message posts.\n\n
  2523.  __________________________________________________________________________
  2524.  
  2525.  Line 484: You don't have 'post access' in this area.
  2526.  
  2527. \nYou do not have 'Msg Post Access' in this area\n
  2528.  __________________________________________________________________________
  2529.  
  2530.  Line 485: Message to all not allowed in PMail area.
  2531.  
  2532. \nMessage to all not allowed in PMail area.\n\n
  2533.  __________________________________________________________________________
  2534.  
  2535.  Line 486: User does not exist msg.
  2536.  
  2537. \nUser does not Exist.\n\n
  2538.  __________________________________________________________________________
  2539.  
  2540.  Line 487: Message reading is disabled in this area.
  2541.  
  2542. \nMessage Reading is disabled in this area.\n
  2543.  __________________________________________________________________________
  2544.  
  2545.  Line 488: You do not have 'read access' in this area.
  2546.  
  2547. \nYou do not have 'Read Access' in this area\n
  2548.  __________________________________________________________________________
  2549.  
  2550.  Line 489: There are no messages in this area.
  2551.  
  2552. \nThere are no messages in this area.\n
  2553.  __________________________________________________________________________
  2554.  
  2555.  Line 490: File to large for editor.
  2556.  
  2557. \nFile Too large for editor.\n\n
  2558.  __________________________________________________________________________
  2559.  
  2560.  Line 491: No files were uploaded.
  2561.  
  2562. \nNo file was uploaded...\n
  2563.  __________________________________________________________________________
  2564.  
  2565.  Line 492: Msg Quote too large for editor.
  2566.  
  2567. \nQuote Too Large for Editor.\n
  2568.  __________________________________________________________________________
  2569.  
  2570.  Line 493: Nothing typed in, save has been aborted.
  2571.  
  2572. \nNothing was typed in.  Save has been aborted.\n\n
  2573.  __________________________________________________________________________
  2574.  
  2575.  Line 494: Total Uploaded bytes/files after upload.
  2576.  
  2577. \nTotal Upload Files: %d  -  Total Upload Bytes: %s\n
  2578.  __________________________________________________________________________
  2579.  
  2580.  Line 495: Upload "Downloads Left" reward percentage message.
  2581.  
  2582. \nDownload Limit Byte/File Credit Awarded for uploads at %d%.\n
  2583.  __________________________________________________________________________
  2584.  
  2585.  Line 496: View Archive - Download file inside archive prompt.
  2586.  
  2587. \nEnter filename inside to download: 
  2588.  __________________________________________________________________________
  2589.  
  2590.  Line 497: Sysop Validate Files - File already online error msg.
  2591.  
  2592. \nFile already online.\n\n
  2593.  __________________________________________________________________________
  2594.  
  2595.  Line 498: Sysop Validate Files - Enter file name to validate.
  2596.  
  2597. \nEnter File Name or Number to validate: 
  2598.  __________________________________________________________________________
  2599.  
  2600.  Line 499: Sysop Validate Files - Checking for file in hold dir msg.
  2601.  
  2602. \nChecking for that file in the HOLD Directory..\n
  2603.  __________________________________________________________________________
  2604.  
  2605.  Line 500: File needs to be validated before operation can be conducted.
  2606.  
  2607. \nFile %d, needs to be validated with [S] command.\n\n
  2608.  __________________________________________________________________________
  2609.  
  2610.  Line 501: Account Editor - No more valid accounts were found msg.
  2611.  
  2612. No more Valid Accounts could be found.\n
  2613.  __________________________________________________________________________
  2614.  
  2615.  Line 502: Account Editor - Saving account msg.
  2616.  
  2617. Saving the Account.\n
  2618.  __________________________________________________________________________
  2619.  
  2620.  Line 503: Normal User File Mail Kill command display.
  2621.  
  2622. (K)ill your Private Fmail\n
  2623.  __________________________________________________________________________
  2624.  
  2625.  Line 504: Protect File - Enter filename/number to protect.
  2626.  
  2627. Enter File Name or Number to protect: 
  2628.  __________________________________________________________________________
  2629.  
  2630.  Line 505: Protect File - Protect from deletion status msg.
  2631.  
  2632. \n(1)=Protect from deletion. [%s]\n
  2633.  __________________________________________________________________________
  2634.  
  2635.  Line 506: Protect File - Protect from edit status msg.
  2636.  
  2637. (2)=Protect from being edited. [%s]\n
  2638.  __________________________________________________________________________
  2639.  
  2640.  Line 507: Protect File - Protect type choice prompt.
  2641.  
  2642. \nHow to (Un)Protect [%s]: 
  2643.  __________________________________________________________________________
  2644.  
  2645.  Line 508: File Listing Header - View Mode 4.
  2646.  
  2647.   No.     Filename Size Date      Description\n
  2648.  __________________________________________________________________________
  2649.  
  2650.  Line 509: File Listing Header - View Mode 4 Devider.
  2651.  
  2652. ----- ------------ ---- --------- --------------------------------------------\n
  2653.  __________________________________________________________________________
  2654.  
  2655.  Line 510: File Listing Header - View Mode 5.
  2656.  
  2657.  No.     Filename    Size Date     Description\n
  2658.  __________________________________________________________________________
  2659.  
  2660.  Line 511: File Listing Header - View Mode 5 Devider.
  2661.  
  2662. ---- ------------ ------- -------- --------------------------------------------\n
  2663.  __________________________________________________________________________
  2664.  
  2665.  Line 512: File Listing Header - View Mode 6.
  2666.  
  2667.   No.     Filename Size Description\n
  2668.  __________________________________________________________________________
  2669.  
  2670.  Line 513: File Listing Header - View Mode 6 Devider.
  2671.  
  2672. ----- ------------ ---- --------------------------------------------\n
  2673.  __________________________________________________________________________
  2674.  
  2675.  Line 514: File Listing Header - View Mode 7.
  2676.  
  2677.   No.     Filename Size Dld Date   Description\n
  2678.  __________________________________________________________________________
  2679.  
  2680.  Line 515: File Listing Header - View Mode 7 Devider.
  2681.  
  2682. ----- ------------ ---- --- ------ --------------------------------------------\n
  2683.  __________________________________________________________________________
  2684.  
  2685.  Line 516: File Scan Mode Change Menu - Current Selection display.
  2686.  
  2687. (Currently Using Scan Mode %d, showing %d/%d lines)\n
  2688.  __________________________________________________________________________
  2689.  
  2690.  Line 517: View or Download Log prompt inside the 'VL' command.
  2691.  
  2692. \n(V)iew Log, (R)everse Read, (D)ownload Log: 
  2693.  __________________________________________________________________________
  2694.  
  2695.  Line 518: Door already in use, try back again later msg when a door has
  2696.            an exclusive lock switched on so only 1 node can use it at a 
  2697.            time.
  2698.  
  2699. \nDoor already in use, try again later.\n
  2700.  __________________________________________________________________________
  2701.  
  2702.  Line 519: Catalog Maintance Menu - Main Menu selection prompt.
  2703.  
  2704. \nCatalog Maintance - Select Option: 
  2705.  __________________________________________________________________________
  2706.  
  2707.  Line 520: Catalog Maintance Menu - Enter files to be deleted off hd prompt.
  2708.  
  2709. Enter Filename/Number/Range to delete off HD: 
  2710.  __________________________________________________________________________
  2711.  
  2712.  Line 521: Catalog Maintance Menu - Enter files to be removed from listing. 
  2713.  
  2714. Enter Filename/Number/Range to remove from listing: 
  2715.  __________________________________________________________________________
  2716.  
  2717.  Line 522: Catalog Maintance Menu - Enter files to be removed from hd&listing.
  2718.  
  2719. Enter Filename/Number/Range to remove from listing & HD: 
  2720.  __________________________________________________________________________
  2721.  
  2722.  Line 523: 
  2723.  
  2724.  __________________________________________________________________________
  2725.  
  2726.  Line 524: 
  2727.  
  2728.  __________________________________________________________________________
  2729.  
  2730.  Line 525: 
  2731.  
  2732.  __________________________________________________________________________
  2733.  
  2734.  Line 526: 
  2735.  
  2736.  __________________________________________________________________________
  2737.  
  2738.  Line 527: 
  2739.  
  2740.  __________________________________________________________________________
  2741.  
  2742.  Line 528: 
  2743.  
  2744.  __________________________________________________________________________
  2745.  
  2746.  Line 529: 
  2747.  
  2748.  __________________________________________________________________________
  2749.  
  2750.  Line 530: 
  2751.  
  2752.  __________________________________________________________________________
  2753.  
  2754.  Line 531: 
  2755.  
  2756.  __________________________________________________________________________
  2757.  
  2758.  Line 532: 
  2759.  
  2760.  __________________________________________________________________________
  2761.  
  2762.  Line 533: 
  2763.  
  2764.  __________________________________________________________________________
  2765.  
  2766.  Line 534: 
  2767.  
  2768.  __________________________________________________________________________
  2769.  
  2770.  Line 535: 
  2771.  
  2772.  __________________________________________________________________________
  2773.  
  2774.  Line 536: 
  2775.  
  2776.  __________________________________________________________________________
  2777.  
  2778.  Line 537: 
  2779.  
  2780.  __________________________________________________________________________
  2781.  
  2782.  Line 538: 
  2783.  
  2784.  __________________________________________________________________________
  2785.  
  2786.  Line 539: 
  2787.  
  2788.  __________________________________________________________________________
  2789.  
  2790.  Line 540: 
  2791.  
  2792.  __________________________________________________________________________
  2793.  
  2794.  Line 541: 
  2795.  
  2796.  __________________________________________________________________________
  2797.  
  2798.  Line 542: 
  2799.  
  2800.  __________________________________________________________________________
  2801.  
  2802.  Line 543: 
  2803.  
  2804.  __________________________________________________________________________
  2805.  
  2806.  Line 544: 
  2807.  
  2808.  __________________________________________________________________________
  2809.  
  2810.  Line 545: 
  2811.  
  2812.  __________________________________________________________________________
  2813.  
  2814.  Line 546: 
  2815.  
  2816.  __________________________________________________________________________
  2817.  
  2818.  Line 547: 
  2819.  
  2820.  __________________________________________________________________________
  2821.  
  2822.  Line 548: 
  2823.  
  2824.  __________________________________________________________________________
  2825.  
  2826.  Line 549: 
  2827.  
  2828.  __________________________________________________________________________
  2829.  
  2830.  Line 550: 
  2831.  
  2832.  __________________________________________________________________________
  2833.  
  2834.  Line 551: 
  2835.  
  2836.  __________________________________________________________________________
  2837.  
  2838.  Line 552: 
  2839.  
  2840.  __________________________________________________________________________
  2841.  
  2842.  Line 553: 
  2843.  
  2844.  __________________________________________________________________________
  2845.  
  2846.  Line 554: 
  2847.  
  2848.  __________________________________________________________________________
  2849.  
  2850.  Line 555: 
  2851.  
  2852.  __________________________________________________________________________
  2853.  
  2854.  Line 556: 
  2855.  
  2856.  __________________________________________________________________________
  2857.  
  2858.  Line 557: 
  2859.  
  2860.  __________________________________________________________________________
  2861.  
  2862.  Line 558: 
  2863.  
  2864.  __________________________________________________________________________
  2865.  
  2866.  Line 559: 
  2867.  
  2868.  __________________________________________________________________________
  2869.  
  2870.  Line 560: 
  2871.  
  2872.  __________________________________________________________________________
  2873.  
  2874.  Line 561: 
  2875.  
  2876.  __________________________________________________________________________
  2877.  
  2878.  Line 562: 
  2879.  
  2880.  __________________________________________________________________________
  2881.  
  2882.  Line 563: 
  2883.  
  2884.  __________________________________________________________________________
  2885.  
  2886.  Line 564: 
  2887.  
  2888.  __________________________________________________________________________
  2889.  
  2890.  Line 565: 
  2891.  
  2892.  __________________________________________________________________________
  2893.  
  2894.  Line 566: 
  2895.  
  2896.  __________________________________________________________________________
  2897.  
  2898.  Line 567: 
  2899.  
  2900.  __________________________________________________________________________
  2901.  
  2902.  Line 568: 
  2903.  
  2904.  __________________________________________________________________________
  2905.  
  2906.  Line 569: 
  2907.  
  2908.  __________________________________________________________________________
  2909.  
  2910.  Line 570: 
  2911.  
  2912.  __________________________________________________________________________
  2913.  
  2914.  Line 571: 
  2915.  
  2916.  __________________________________________________________________________
  2917.  
  2918.  Line 572: 
  2919.  
  2920.  __________________________________________________________________________
  2921.  
  2922.  Line 573: 
  2923.  
  2924.  __________________________________________________________________________
  2925.  
  2926.  Line 574: 
  2927.  
  2928.  __________________________________________________________________________
  2929.  
  2930.  Line 575: 
  2931.  
  2932.  __________________________________________________________________________
  2933.  
  2934.  Line 576: 
  2935.  
  2936.  __________________________________________________________________________
  2937.  
  2938.  Line 577: 
  2939.  
  2940.  __________________________________________________________________________
  2941.  
  2942.  Line 578: 
  2943.  
  2944.  __________________________________________________________________________
  2945.  
  2946.  Line 579: 
  2947.  
  2948.  __________________________________________________________________________
  2949.  
  2950.  Line 580: 
  2951.  
  2952.  __________________________________________________________________________
  2953.  
  2954.  Line 581: 
  2955.  
  2956.  __________________________________________________________________________
  2957.  
  2958.  Line 582: 
  2959.  
  2960.  __________________________________________________________________________
  2961.  
  2962.  Line 583: 
  2963.  
  2964.  __________________________________________________________________________
  2965.  
  2966.  Line 584: 
  2967.  
  2968.  __________________________________________________________________________
  2969.  
  2970.  Line 585: 
  2971.  
  2972.  __________________________________________________________________________
  2973.  
  2974.  Line 586: 
  2975.  
  2976.  __________________________________________________________________________
  2977.  
  2978.  Line 587: 
  2979.  
  2980.  __________________________________________________________________________
  2981.  
  2982.  Line 588: 
  2983.  
  2984.  __________________________________________________________________________
  2985.  
  2986.  Line 589: 
  2987.  
  2988.  __________________________________________________________________________
  2989.  
  2990.  Line 590: 
  2991.  
  2992.  __________________________________________________________________________
  2993.  
  2994.  Line 591: 
  2995.  
  2996.  __________________________________________________________________________
  2997.  
  2998.  Line 592: 
  2999.  
  3000.  __________________________________________________________________________
  3001.  
  3002.  Line 593: 
  3003.  
  3004.  __________________________________________________________________________
  3005.  
  3006.  Line 594: 
  3007.  
  3008.  __________________________________________________________________________
  3009.  
  3010.  Line 595: 
  3011.  
  3012.  __________________________________________________________________________
  3013.  
  3014.  Line 596: 
  3015.  
  3016.  __________________________________________________________________________
  3017.  
  3018.  Line 597: 
  3019.  
  3020.  __________________________________________________________________________
  3021.  
  3022.